summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-06-29 22:17:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-06-29 22:17:24 (GMT)
commit1a5c36ce7ec09d48c4be4337c12e480809ec0700 (patch)
treeff4b11f8a6d751d2847f56d604573e2f2394b76a /src/H5Cpkg.h
parentad37464819604c9a7fab98ceff91a21e053eda27 (diff)
downloadhdf5-1a5c36ce7ec09d48c4be4337c12e480809ec0700.zip
hdf5-1a5c36ce7ec09d48c4be4337c12e480809ec0700.tar.gz
hdf5-1a5c36ce7ec09d48c4be4337c12e480809ec0700.tar.bz2
[svn-r27298] Description:
Separate H5AC layer from using package-scoped pieces of the H5C layer, moving from including H5Cpkg.h to H5Cprivate.h. Tested on: MacOSX/64 10.10.3 (amazon) w/serial, parallel & production Linux/32 2.6.x (jam) w/serial & parallel
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r--src/H5Cpkg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h
index 814387b..7d9d0f9 100644
--- a/src/H5Cpkg.h
+++ b/src/H5Cpkg.h
@@ -60,8 +60,6 @@
/* Cache configuration settings */
#define H5C__HASH_TABLE_LEN (64 * 1024) /* must be a power of 2 */
#define H5C__H5C_T_MAGIC 0x005CAC0E
-#define H5C__MAX_NUM_TYPE_IDS 28
-#define H5C__PREFIX_LEN 32
/****************************************************************************
*