diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 18:55:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 18:55:56 (GMT) |
commit | d25aefd0f38c4447549caf8513a91e980818412d (patch) | |
tree | b43faabfc9656252a1e9187a6e519f2d076a9103 /src | |
parent | e1c6486a01b865dd13c276b9b8ea5db89847abc2 (diff) | |
download | hdf5-d25aefd0f38c4447549caf8513a91e980818412d.zip hdf5-d25aefd0f38c4447549caf8513a91e980818412d.tar.gz hdf5-d25aefd0f38c4447549caf8513a91e980818412d.tar.bz2 |
[svn-r7302] Purpose:
Code cleanup
Description:
Removed unused H5I_TEMPBUF group of IDs
Platforms tested:
h5committested
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Iprivate.h | 1 | ||||
-rw-r--r-- | src/H5Ipublic.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index 3b67ba1..79819a5 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -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 diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index a2b26e2..1f4b845 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -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 */ |