summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:30:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-18 20:30:01 (GMT)
commit8427b5267e698b134e93e87f3a19b6ce3101c186 (patch)
treee113f58ae6bb827a5f4855da034442ef6309560f /test/cache_common.c
parent1fc171a655af0984c0d749949bc9fb3a58a298ba (diff)
downloadhdf5-8427b5267e698b134e93e87f3a19b6ce3101c186.zip
hdf5-8427b5267e698b134e93e87f3a19b6ce3101c186.tar.gz
hdf5-8427b5267e698b134e93e87f3a19b6ce3101c186.tar.bz2
Adjust cache.c only variables.
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index afbb653..bd3ffd6 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -18,10 +18,8 @@
* implemented in H5C.c
*/
#include "H5private.h" /* Put this first, so H5open() isn't invoked in public macros */
-#include "H5MFprivate.h"
#include "cache_common.h"
-hbool_t write_permitted = TRUE;
hbool_t pass = TRUE; /* set to false on error */
const char *failure_mssg = NULL;