summaryrefslogtreecommitdiffstats
path: root/src/H5Opkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r--src/H5Opkg.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h
index a92543e..a4867dd 100644
--- a/src/H5Opkg.h
+++ b/src/H5Opkg.h
@@ -109,16 +109,11 @@ typedef struct H5O_t {
H5_DLLVAR const H5O_class_t H5O_NULL[1];
/*
- * Old simple Data Space Message.
+ * Extent Data Space Message.
*/
H5_DLLVAR const H5O_class_t H5O_SDSPACE[1];
/*
- * New Extent Data Space Message.
- */
-H5_DLLVAR const H5O_class_t H5O_SDSPACE_NEW[1];
-
-/*
* Data Type Message.
*/
H5_DLLVAR const H5O_class_t H5O_DTYPE[1];