From fab16671cb2245bb75e6531ec07c0949b0ae7a68 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 10 Feb 2003 16:47:03 -0500 Subject: [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 --- src/H5FDpublic.h | 3 --- 1 file changed, 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 */ -- cgit v0.12