summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:30:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:30:14 (GMT)
commitdd6b6ce61ca1a6af8e872ad09ef5da6ca437e9bc (patch)
treec11bf69f3f63d3b1f8f8d60123370b77f58a3275 /test/cache_common.c
parentc71198997b60a01b41cabf7a3d3fe61e1e8cee3d (diff)
downloadhdf5-dd6b6ce61ca1a6af8e872ad09ef5da6ca437e9bc.zip
hdf5-dd6b6ce61ca1a6af8e872ad09ef5da6ca437e9bc.tar.gz
hdf5-dd6b6ce61ca1a6af8e872ad09ef5da6ca437e9bc.tar.bz2
Adjust cache.c only variables.
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 2e24bda..f977c3c 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -22,18 +22,6 @@
#include "cache_common.h"
-
-H5C_t * saved_cache = NULL; /* store the pointer to the instance of
- * of H5C_t created by H5Fcreate()
- * here between test cache setup and
- * shutdown.
- */
-
-haddr_t saved_actual_base_addr = HADDR_UNDEF; /* Store the address of the
- space allocated for cache items in the file between
- cache setup & takedown */
-
-hbool_t write_permitted = TRUE;
hbool_t pass = TRUE; /* set to false on error */
const char *failure_mssg = NULL;