summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-01-08 16:36:34 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-01-09 17:43:10 (GMT)
commit9deed081853b8c4f892c0b781d912b856de8ee44 (patch)
treea1e79a17b9fc2e608e059cc89fb37f0916de73a3
parent91ec0f52764d43f77097987414391bbd5cecfa45 (diff)
downloadhdf5-9deed081853b8c4f892c0b781d912b856de8ee44.zip
hdf5-9deed081853b8c4f892c0b781d912b856de8ee44.tar.gz
hdf5-9deed081853b8c4f892c0b781d912b856de8ee44.tar.bz2
Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since
space for it was removed.
-rw-r--r--src/H5Oint.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c
index 38d73c0..09e6bb8 100644
--- a/src/H5Oint.c
+++ b/src/H5Oint.c
@@ -126,12 +126,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
H5O_MSG_REFCOUNT, /*0x0016 Object's ref. count */
H5O_MSG_FSINFO, /*0x0017 Free-space manager info */
H5O_MSG_MDCI, /*0x0018 Metadata cache image */
- H5O_MSG_UNKNOWN, /*0x0019 Placeholder for unknown message */
-#ifdef H5O_ENABLE_BOGUS
- H5O_MSG_BOGUS_INVALID, /*0x001A "Bogus invalid" (for testing) */
-#else /* H5O_ENABLE_BOGUS */
- NULL, /*0x001A "Bogus invalid" (for testing) */
-#endif /* H5O_ENABLE_BOGUS */
+ H5O_MSG_UNKNOWN /*0x0019 Placeholder for unknown message */
};
/* Format version bounds for object header */