mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
parent
83f20f35f7
commit
fab16671cb
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user