diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-12-19 21:43:22 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-12-19 21:43:22 (GMT) |
commit | ac3d122defac90d983e2f3d604cd9c5e7b9a446f (patch) | |
tree | bc8f254b9ff92bd6076664b6e36992a5934dad63 /src/H5Oprivate.h | |
parent | a6955753874d6d8d3b02e39e2899f79035d8fa7a (diff) | |
download | hdf5-ac3d122defac90d983e2f3d604cd9c5e7b9a446f.zip hdf5-ac3d122defac90d983e2f3d604cd9c5e7b9a446f.tar.gz hdf5-ac3d122defac90d983e2f3d604cd9c5e7b9a446f.tar.bz2 |
[svn-r6219] Purpose:
Update
Description:
Removed the EFL field from the FPHDF5 structure as the property list
already has this info.
Platforms tested:
Linux
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |