summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:29:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:29:46 (GMT)
commitb89d4280876fcbc280fb694e218afa6fa5f67e1d (patch)
treed6e007b106b2b5e7e32daccb80b6a928ce58a67a /test/cache_common.h
parent527105012bd5836998ca9d476bd7aa07c9d3f8d4 (diff)
downloadhdf5-b89d4280876fcbc280fb694e218afa6fa5f67e1d.zip
hdf5-b89d4280876fcbc280fb694e218afa6fa5f67e1d.tar.gz
hdf5-b89d4280876fcbc280fb694e218afa6fa5f67e1d.tar.bz2
Adjust cache.c only variables.
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index 61457d9..969cc2a 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -538,10 +538,6 @@ struct expected_entry_status
/* global variable externs: */
-H5TEST_DLLVAR H5C_t * saved_cache;
-
-H5TEST_DLLVAR haddr_t saved_actual_base_addr;
-H5TEST_DLLVAR hbool_t write_permitted;
H5TEST_DLLVAR hbool_t pass; /* set to false on error */
H5TEST_DLLVAR const char *failure_mssg;