summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-10-16 18:22:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-10-16 18:22:03 (GMT)
commitae573ecf56160fb3383b4ca7b8811a2085d2762f (patch)
treebbe5072e33cd260fc453116eefd97193671bdeec /src/H5VL.c
parent366f0151ddf63b0a08c4cef7f295d78d9ecd117d (diff)
downloadhdf5-ae573ecf56160fb3383b4ca7b8811a2085d2762f.zip
hdf5-ae573ecf56160fb3383b4ca7b8811a2085d2762f.tar.gz
hdf5-ae573ecf56160fb3383b4ca7b8811a2085d2762f.tar.bz2
[svn-r24302] remove hash size for H5I_VL type.
Diffstat (limited to 'src/H5VL.c')
-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 */