summaryrefslogtreecommitdiffstats
path: root/src/H5ACprivate.h
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-31 21:05:57 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-31 21:05:57 (GMT)
commit3c6944b684be6ce4df136fb40df2fdea51519cb4 (patch)
treedc1ac0c02760ad98e7afc717380c633d82b1131d /src/H5ACprivate.h
parenta8dc9793cb19a525dc1663281bc7bd575680d5a8 (diff)
parent7632af7c14267a41934c35b47b8a0de53e6c8e9c (diff)
downloadhdf5-3c6944b684be6ce4df136fb40df2fdea51519cb4.zip
hdf5-3c6944b684be6ce4df136fb40df2fdea51519cb4.tar.gz
hdf5-3c6944b684be6ce4df136fb40df2fdea51519cb4.tar.bz2
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize_105
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r--src/H5ACprivate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index 99cc0e9..7d2d4ad 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -35,12 +35,6 @@
#include "H5Pprivate.h" /* Property lists */
#include "H5SLprivate.h" /* Skip lists */
-#ifdef H5_METADATA_TRACE_FILE
-#define H5AC__TRACE_FILE_ENABLED 1
-#else /* H5_METADATA_TRACE_FILE */
-#define H5AC__TRACE_FILE_ENABLED 0
-#endif /* H5_METADATA_TRACE_FILE */
-
/* Global metadata tag values */
#define H5AC__INVALID_TAG (haddr_t)0
#define H5AC__IGNORE_TAG (haddr_t)1