diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-10-04 17:03:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-10-04 17:03:07 (GMT) |
commit | 2060d4f6b906fa2b46ad87578e67f5386ce4cde7 (patch) | |
tree | 998eb14408ab3edee06184e1e09038611994e00f /src/H5G.c | |
parent | 9d05904ae05ffc1070b890ef140d527484b355b7 (diff) | |
download | hdf5-2060d4f6b906fa2b46ad87578e67f5386ce4cde7.zip hdf5-2060d4f6b906fa2b46ad87578e67f5386ce4cde7.tar.gz hdf5-2060d4f6b906fa2b46ad87578e67f5386ce4cde7.tar.bz2 |
[svn-r24255] Description:
Switch H5I internal data structure from using hash table to skip lists.
Tested on:
Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN
FreeBSD, Linux, etc. forthcoming
Diffstat (limited to 'src/H5G.c')
-rw-r--r-- | src/H5G.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -134,7 +134,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 */ (H5I_free_t)H5G_close /* Callback routine for closing objects of this class */ }}; |