summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-10-07 15:41:02 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-10-07 15:41:02 (GMT)
commiteb13dc7ec9281a9206f6e0a2a54151adf2ddecd3 (patch)
tree0851ee10f6bf2f813745e69f887322f9356c3ed2
parent7068fd38b086e974e4c503a9fa42d8c8d863f377 (diff)
downloadhdf5-eb13dc7ec9281a9206f6e0a2a54151adf2ddecd3.zip
hdf5-eb13dc7ec9281a9206f6e0a2a54151adf2ddecd3.tar.gz
hdf5-eb13dc7ec9281a9206f6e0a2a54151adf2ddecd3.tar.bz2
[svn-r27991] remove unused top var initializer.
-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