summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 4f2d0e1..a9ec208 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -134,7 +134,6 @@
static const H5I_class_t H5I_GROUP_CLS[1] = {{
H5I_GROUP, /* ID class value */
0, /* Class flags */
- 64, /* Minimum hash size for class */
0, /* # of reserved IDs for class */
(H5I_free_t)H5G_close /* Callback routine for closing objects of this class */
}};