From d25aefd0f38c4447549caf8513a91e980818412d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 8 Aug 2003 13:55:56 -0500 Subject: [svn-r7302] Purpose: Code cleanup Description: Removed unused H5I_TEMPBUF group of IDs Platforms tested: h5committested --- src/H5Iprivate.h | 1 - src/H5Ipublic.h | 1 - 2 files changed, 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 */ -- cgit v0.12