diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-10-16 18:28:24 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-10-16 18:28:24 (GMT) |
commit | 75a5c72ace679984de255dcbfad4eaea2ceb5e43 (patch) | |
tree | ed579265369516084642533c5261476515f9d818 /src/H5G.c | |
parent | b780d0d79d9cc198b03952179d283f3aa814f45e (diff) | |
parent | ae573ecf56160fb3383b4ca7b8811a2085d2762f (diff) | |
download | hdf5-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |