diff options
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index d26f406..0c2360f 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -315,7 +315,6 @@ typedef struct H5F_file_t { hsize_t threshold; /* Threshold for alignment */ hsize_t alignment; /* Alignment */ uintn gc_ref; /* Garbage-collect references? */ - hid_t driver_id; /* File driver ID */ struct H5G_t *root_grp; /* Open root group */ intn ncwfs; /* Num entries on cwfs list */ struct H5HG_heap_t **cwfs; /* Global heap cache */ |