[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
This commit is contained in:
Bill Wendling 2003-02-10 16:47:03 -05:00
parent 83f20f35f7
commit fab16671cb

View File

@ -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 */