mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r7302] Purpose:
Code cleanup Description: Removed unused H5I_TEMPBUF group of IDs Platforms tested: h5committested
This commit is contained in:
parent
e1c6486a01
commit
d25aefd0f3
@ -37,7 +37,6 @@
|
||||
#define H5I_OID_HASHSIZE 64
|
||||
#define H5I_GROUPID_HASHSIZE 64
|
||||
#define H5I_ATTRID_HASHSIZE 64
|
||||
#define H5I_TEMPBUFID_HASHSIZE 64
|
||||
#define H5I_REFID_HASHSIZE 64
|
||||
#define H5I_VFL_HASHSIZE 64
|
||||
#define H5I_GENPROPCLS_HASHSIZE 64
|
||||
|
@ -37,7 +37,6 @@ typedef enum {
|
||||
H5I_DATASPACE, /*group ID for Dataspace objects */
|
||||
H5I_DATASET, /*group ID for Dataset objects */
|
||||
H5I_ATTR, /*group ID for Attribute objects */
|
||||
H5I_TEMPBUF, /*group ID for Temporary buffer objects */
|
||||
H5I_REFERENCE, /*group ID for Reference objects */
|
||||
H5I_VFL, /*group ID for virtual file layer */
|
||||
H5I_GENPROP_CLS, /*group ID for generic property list classes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user