summaryrefslogtreecommitdiffstats
path: root/src/H5FDsrb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsrb.c')
-rw-r--r--src/H5FDsrb.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/H5FDsrb.c b/src/H5FDsrb.c
index 6ae7cbf..f739500 100644
--- a/src/H5FDsrb.c
+++ b/src/H5FDsrb.c
@@ -19,6 +19,9 @@
* Purpose: SRB I/O driver.
*/
+/* Interface initialization */
+#define H5_INTERFACE_INIT_FUNC H5FD_srb_init_interface
+
/* Pablo information */
/* (Put before include files to avoid problems with inline functions) */
#define PABLO_MASK H5FD_srb_mask
@@ -157,10 +160,6 @@ static const H5FD_class_t H5FD_srb_g = {
H5FD_FLMAP_SINGLE /*fl_map */
};
-/* Interface initialization */
-#define INTERFACE_INIT H5FD_srb_init_interface
-static int interface_initialize_g = 0;
-
/*--------------------------------------------------------------------------
NAME