summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5VL.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5VL.c b/src/H5VL.c
index 7ee2196..b4d2556 100644
--- a/src/H5VL.c
+++ b/src/H5VL.c
@@ -70,8 +70,6 @@ static const H5I_class_t H5I_VOL_CLS[1] = {{
(H5I_free_t)H5VL_free_cls /* Callback routine for closing objects of this class */
}};
-/* Flag indicating "top" of interface has been initialized */
-static hbool_t H5VL_top_package_initialize_s = FALSE;
/*-------------------------------------------------------------------------
* Function:H5VL_init