From ac3d122defac90d983e2f3d604cd9c5e7b9a446f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 19 Dec 2002 16:43:22 -0500 Subject: [svn-r6219] Purpose: Update Description: Removed the EFL field from the FPHDF5 structure as the property list already has this info. Platforms tested: Linux --- src/H5Oprivate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index e39bf8a..00b9e8f 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -329,7 +329,6 @@ typedef struct H5O_fphdf5_t { H5O_layout_t *layout; /* Dataset layout */ H5O_name_t *group; /* Group name */ H5O_name_t *dset; /* Dataset name */ - H5O_efl_t *efl; /* External file layout */ struct H5P_genplist_t *plist; /* Property list of the object */ } H5O_fphdf5_t; -- cgit v0.12