summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-01-08 16:36:34 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-03-15 16:51:31 (GMT)
commit4ace24a7167574c5376d2abce05e715c80cf461b (patch)
tree1a999e268adb6be248c46ad4a95eb9f4f987d2b6 /src
parent0ab95e0c814ab975ccaafd6ef25dbdde13b00f11 (diff)
downloadhdf5-4ace24a7167574c5376d2abce05e715c80cf461b.zip
hdf5-4ace24a7167574c5376d2abce05e715c80cf461b.tar.gz
hdf5-4ace24a7167574c5376d2abce05e715c80cf461b.tar.bz2
Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since
space for it was removed.
Diffstat (limited to 'src')
-rw-r--r--src/H5O.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 70585a7..4df72ec 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -123,12 +123,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
H5O_MSG_DRVINFO, /*0x0014 Driver info settings */
H5O_MSG_AINFO, /*0x0015 Attribute information */
H5O_MSG_REFCOUNT, /*0x0016 Object's ref. count */
- H5O_MSG_UNKNOWN, /*0x0017 Placeholder for unknown message */
-#ifdef H5O_ENABLE_BOGUS
- H5O_MSG_BOGUS_INVALID /*0x0018 "Bogus invalid" (for testing) */
-#else /* H5O_ENABLE_BOGUS */
- NULL /*0x0018 "Bogus invalid" (for testing) */
-#endif /* H5O_ENABLE_BOGUS */
+ H5O_MSG_UNKNOWN /*0x0017 Placeholder for unknown message */
};
/* Declare a free list to manage the H5O_t struct */