summaryrefslogtreecommitdiffstats
path: root/src/H5Ocont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r--src/H5Ocont.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c
index 47a1d03..79da2f7 100644
--- a/src/H5Ocont.c
+++ b/src/H5Ocont.c
@@ -63,9 +63,6 @@ const H5O_class_t H5O_CONT[1] = {{
H5O_cont_debug, /*debugging */
}};
-/* Interface initialization */
-#define INTERFACE_INIT NULL
-
/* Declare the free list for H5O_cont_t's */
H5FL_DEFINE(H5O_cont_t);