diff options
Diffstat (limited to 'src/H5Pprivate.h')
-rw-r--r-- | src/H5Pprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h index e454f55..212cf4b 100644 --- a/src/H5Pprivate.h +++ b/src/H5Pprivate.h @@ -93,7 +93,6 @@ typedef struct H5P_genplist_tag { typedef struct { /* Union of all the different kinds of property lists */ union { - H5F_create_t fcreate; /* File creation properties */ H5F_access_t faccess; /* File access properties */ H5F_mprop_t mount; /* Mounting properties */ } u; |