summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5VL.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5VL.c b/src/H5VL.c
index 0f34bd3..46eb801 100644
--- a/src/H5VL.c
+++ b/src/H5VL.c
@@ -56,7 +56,6 @@ static herr_t H5VL_free_cls(H5VL_class_t *cls);
static const H5I_class_t H5I_VOL_CLS[1] = {{
H5I_VOL, /* ID class value */
0, /* Class flags */
- 64, /* Minimum hash size for class */
0, /* # of reserved IDs for class */
(H5I_free_t)H5VL_free_cls, /* Callback routine for closing objects of this class */
NULL, /* Callback routine for closing auxilary objects of this class */