summaryrefslogtreecommitdiffstats
path: root/src/H5FDstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r--src/H5FDstream.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index d3dad5e..5e02623 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -19,6 +19,8 @@
*
*/
+/* Interface initialization */
+#define H5_INTERFACE_INIT_FUNC H5FD_stream_init_interface
/* Pablo information */
/* (Put before include files to avoid problems with inline functions) */
@@ -202,10 +204,6 @@ static const H5FD_class_t H5FD_stream_g = {
H5FD_FLMAP_SINGLE /*fl_map */
};
-/* Interface initialization */
-#define INTERFACE_INIT H5FD_stream_init_interface
-static int interface_initialize_g = 0;
-
/*--------------------------------------------------------------------------
NAME