diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-18 10:19:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-18 10:19:26 (GMT) |
commit | f8cfbee05e26a815134cd1f1fb0ad87d8d9b16dd (patch) | |
tree | 22777f588c0cda947647ae6500ae39bf27e99300 /src/H5Ocache.c | |
parent | fc482f126f1e523e6df9e02050bab0742d016697 (diff) | |
download | hdf5-f8cfbee05e26a815134cd1f1fb0ad87d8d9b16dd.zip hdf5-f8cfbee05e26a815134cd1f1fb0ad87d8d9b16dd.tar.gz hdf5-f8cfbee05e26a815134cd1f1fb0ad87d8d9b16dd.tar.bz2 |
Merge SWMR-related testing to existing tests.
Diffstat (limited to 'src/H5Ocache.c')
-rw-r--r-- | src/H5Ocache.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5Ocache.c b/src/H5Ocache.c index 94498ee..d398e41 100644 --- a/src/H5Ocache.c +++ b/src/H5Ocache.c @@ -46,12 +46,6 @@ /* Local Macros */ /****************/ -/* Set the object header size to speculatively read in */ -/* (needs to be more than the object header prefix size to work at all and - * should be larger than the largest object type's default object header - * size to save the extra I/O operations) */ -#define H5O_SPEC_READ_SIZE 512 - /******************/ /* Local Typedefs */ |