summaryrefslogtreecommitdiffstats
path: root/src/H5MM.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MM.c')
-rw-r--r--src/H5MM.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5MM.c b/src/H5MM.c
index 312c86e..5a191b3 100644
--- a/src/H5MM.c
+++ b/src/H5MM.c
@@ -33,10 +33,6 @@
#include "H5Eprivate.h"
#include "H5MMprivate.h"
-/* Interface initialization? */
-static int interface_initialize_g = 0;
-#define INTERFACE_INIT NULL
-
#ifndef NDEBUG
/*-------------------------------------------------------------------------