summaryrefslogtreecommitdiffstats
path: root/src/H5Ocstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocstore.c')
-rw-r--r--src/H5Ocstore.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Ocstore.c b/src/H5Ocstore.c
index 5e69d48..5cc3215 100644
--- a/src/H5Ocstore.c
+++ b/src/H5Ocstore.c
@@ -45,11 +45,8 @@ const H5O_class_t H5O_CSTORE[1] = {{
H5O_CSTORE_ID, /* message id number */
"cstore", /* message name for debugging */
sizeof (H5O_cstore_t), /* native message size */
- H5G_NOTHING_CACHED, /* symtab entry `type' field */
H5O_cstore_decode, /* decode message */
H5O_cstore_encode, /* encode message */
- NULL, /* get message from stab entry */
- NULL, /* put message into stab entry */
H5O_cstore_copy, /* copy the native value */
H5O_cstore_size, /* size of symbol table entry */
NULL, /* default reset method */