diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-10 21:47:03 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-10 21:47:03 (GMT) |
commit | fab16671cb2245bb75e6531ec07c0949b0ae7a68 (patch) | |
tree | c20a4a7e7bb78e8d70831e459914569947309643 /src/H5FDpublic.h | |
parent | 83f20f35f7c32e394a721e867be79274f80fa39e (diff) | |
download | hdf5-fab16671cb2245bb75e6531ec07c0949b0ae7a68.zip hdf5-fab16671cb2245bb75e6531ec07c0949b0ae7a68.tar.gz hdf5-fab16671cb2245bb75e6531ec07c0949b0ae7a68.tar.bz2 |
[svn-r6391] Purpose:
Fix
Description:
The extra field I put in this structure wasn't needed.
Solution:
Placed it in the file driver's structure instead.
Platforms tested:
Linux
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index a04efc1..0a48aff 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -167,9 +167,6 @@ typedef struct H5FD_free_t { */ struct H5FD_t { hid_t driver_id; /*driver ID for this file*/ -#ifdef H5_HAVE_FPHDF5 - unsigned fphdf5_id; /*ID used by the SAP */ -#endif /* H5_HAVE_FPHDF5 */ const H5FD_class_t *cls; /*constant class info */ unsigned long fileno[2]; /* File serial number */ |