summaryrefslogtreecommitdiffstats
path: root/src/H5Oattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oattr.c')
-rw-r--r--src/H5Oattr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Oattr.c b/src/H5Oattr.c
index 9f64dc6..1aba244 100644
--- a/src/H5Oattr.c
+++ b/src/H5Oattr.c
@@ -95,8 +95,7 @@ H5FL_EXTERN(H5S_t);
/* Declare external the free list for H5S_extent_t's */
H5FL_EXTERN(H5S_extent_t);
-#ifdef NOT_YET
-/* Set up & include shared message callbacks */
+/* Set up & include shared message "interface" info */
#define H5O_SHARED_TYPE H5O_MSG_ATTR
#define H5O_SHARED_DECODE H5O_attr_shared_decode
#define H5O_SHARED_DECODE_REAL H5O_attr_decode
@@ -111,7 +110,6 @@ H5FL_EXTERN(H5S_extent_t);
#define H5O_SHARED_COPY_FILE H5O_attr_shared_copy_file
#define H5O_SHARED_COPY_FILE_REAL H5O_attr_copy_file
#include "H5Oshared.h" /* Shared Object Header Message Callbacks */
-#endif /* NOT_YET */
/*--------------------------------------------------------------------------