summaryrefslogtreecommitdiffstats
path: root/src/H5Gpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r--src/H5Gpublic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h
index 160a506..598d04e 100644
--- a/src/H5Gpublic.h
+++ b/src/H5Gpublic.h
@@ -74,7 +74,6 @@ typedef enum H5G_storage_type_t {
typedef struct H5G_info_t {
H5G_storage_type_t storage_type; /* Type of storage for links in group */
hsize_t nlinks; /* Number of links in group */
- int64_t min_corder; /* Current min. creation order value for group */
int64_t max_corder; /* Current max. creation order value for group */
} H5G_info_t;