diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-07-16 20:28:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-07-16 20:28:44 (GMT) |
commit | 43995f12ac694455b3ca42292eb8cea15c08817e (patch) | |
tree | aec930ca82315c1dec81579aff20bc12c1db67db /src/H5Dpkg.h | |
parent | 0f43d84b3c7292bfb7d51218f02738028f818ff0 (diff) | |
download | hdf5-43995f12ac694455b3ca42292eb8cea15c08817e.zip hdf5-43995f12ac694455b3ca42292eb8cea15c08817e.tar.gz hdf5-43995f12ac694455b3ca42292eb8cea15c08817e.tar.bz2 |
[svn-r22583] Description:
Bring r22582 from trunk to 1.8 branch:
Refactor ID class registration to be more like how other "class"s in the
library are registered, and clean up compiler warnings.
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug
(Too minor to require h5comittest)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index b997423..dfc19b8 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -41,9 +41,6 @@ /* Package Private Macros */ /**************************/ -/* The number of reserved IDs in dataset ID group */ -#define H5D_RESERVED_ATOMS 0 - /* Set the minimum object header size to create objects with */ #define H5D_MINHDR_SIZE 256 |