diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-05-15 01:54:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-05-15 01:54:30 (GMT) |
commit | d0de32fc3adc28c7a20ee07928eeeee522d4fcf5 (patch) | |
tree | 384298eccde564e378d10d33b25e463ebd817aa6 /test/earray.c | |
parent | 9c9ac47ceb35345a4661f0f6038a13b0c90df0c3 (diff) | |
download | hdf5-d0de32fc3adc28c7a20ee07928eeeee522d4fcf5.zip hdf5-d0de32fc3adc28c7a20ee07928eeeee522d4fcf5.tar.gz hdf5-d0de32fc3adc28c7a20ee07928eeeee522d4fcf5.tar.bz2 |
[svn-r27074] Description:
Clean up H5EA interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
Diffstat (limited to 'test/earray.c')
-rw-r--r-- | test/earray.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/earray.c b/test/earray.c index 2d0a399..2135281 100644 --- a/test/earray.c +++ b/test/earray.c @@ -190,7 +190,6 @@ const H5AC_class_t H5AC_EARRAY_TEST[1] = {{ (H5AC_size_func_t)earray_cache_test_size, }}; - /*------------------------------------------------------------------------- * Function: init_cparam |