diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-12-30 16:26:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-12-30 16:26:45 (GMT) |
commit | 7fae6be03c428a29bdeb9586663a3193e2268bf5 (patch) | |
tree | da94aadd11293e088ef8af6741b2f0bffc6f0b59 /test/cache.c | |
parent | a56a1205d25b9184d628a30886ed4a0801d3ec94 (diff) | |
download | hdf5-7fae6be03c428a29bdeb9586663a3193e2268bf5.zip hdf5-7fae6be03c428a29bdeb9586663a3193e2268bf5.tar.gz hdf5-7fae6be03c428a29bdeb9586663a3193e2268bf5.tar.bz2 |
[svn-r9734] Purpose:
Code cleanup
Description:
Convert chunk iteration code to use skip lists instead of threaded, balanced
binary trees.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel & szip
Too minor to require h5committest
Diffstat (limited to 'test/cache.c')
-rw-r--r-- | test/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cache.c b/test/cache.c index 36dda3b..ffc4248 100644 --- a/test/cache.c +++ b/test/cache.c @@ -28,7 +28,6 @@ const char *FILENAME[] = { #define H5C_PACKAGE /*suppress error about including H5Cpkg */ -#include "H5TBprivate.h" #include "H5Cpkg.h" /* with apologies for the abuse of terminology... */ |