[svn-r7302] Purpose:

Code cleanup

Description:
    Removed unused H5I_TEMPBUF group of IDs

Platforms tested:
    h5committested
This commit is contained in:
Quincey Koziol 2003-08-08 13:55:56 -05:00
parent e1c6486a01
commit d25aefd0f3
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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 */