From ae573ecf56160fb3383b4ca7b8811a2085d2762f Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Wed, 16 Oct 2013 13:22:03 -0500 Subject: [svn-r24302] remove hash size for H5I_VL type. --- src/H5VL.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v0.12