diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-10-16 18:22:03 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-10-16 18:22:03 (GMT) |
commit | ae573ecf56160fb3383b4ca7b8811a2085d2762f (patch) | |
tree | bbe5072e33cd260fc453116eefd97193671bdeec | |
parent | 366f0151ddf63b0a08c4cef7f295d78d9ecd117d (diff) | |
download | hdf5-ae573ecf56160fb3383b4ca7b8811a2085d2762f.zip hdf5-ae573ecf56160fb3383b4ca7b8811a2085d2762f.tar.gz hdf5-ae573ecf56160fb3383b4ca7b8811a2085d2762f.tar.bz2 |
[svn-r24302] remove hash size for H5I_VL type.
-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 */ |