diff options
-rw-r--r-- | src/H5VL.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |