summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-10-16 18:28:24 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-10-16 18:28:24 (GMT)
commit75a5c72ace679984de255dcbfad4eaea2ceb5e43 (patch)
treeed579265369516084642533c5261476515f9d818 /src/H5G.c
parentb780d0d79d9cc198b03952179d283f3aa814f45e (diff)
parentae573ecf56160fb3383b4ca7b8811a2085d2762f (diff)
downloadhdf5-75a5c72ace679984de255dcbfad4eaea2ceb5e43.zip
hdf5-75a5c72ace679984de255dcbfad4eaea2ceb5e43.tar.gz
hdf5-75a5c72ace679984de255dcbfad4eaea2ceb5e43.tar.bz2
[svn-r24303] update from VOL branch that has been updated with trunk.
resolve conflicts, etc..
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 557caff..30894ea 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -135,7 +135,6 @@
static const H5I_class_t H5I_GROUP_CLS[1] = {{
H5I_GROUP, /* ID class value */
0, /* Class flags */
- 64, /* Minimum hash size for class */
0, /* # of reserved IDs for class */
NULL, /* Callback routine for closing objects of this class */
(H5I_free2_t)H5G_close_group /* Callback routine for closing auxilary objects of this class */