summaryrefslogtreecommitdiffstats
path: root/test/earray.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2016-11-18 03:03:43 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2016-11-18 03:03:43 (GMT)
commitf6ad126673553838df0dec514c5d2c1b4b70df1a (patch)
tree53142d64c8e678f0862533b17790bb4ea72fa87c /test/earray.c
parent248a93cde8d87dd3a8162831103b5358a166fed8 (diff)
parenteba0ff43c968ef9a0b09edf19c1e337cfcae0816 (diff)
downloadhdf5-f6ad126673553838df0dec514c5d2c1b4b70df1a.zip
hdf5-f6ad126673553838df0dec514c5d2c1b4b70df1a.tar.gz
hdf5-f6ad126673553838df0dec514c5d2c1b4b70df1a.tar.bz2
Merge pull request #163 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_chunks_08 to develop
* commit 'eba0ff43c968ef9a0b09edf19c1e337cfcae0816': Remove 'clear' callback from metadata cache client interface, using the new 'entry cleaned' notify action innstead.
Diffstat (limited to 'test/earray.c')
-rw-r--r--test/earray.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/earray.c b/test/earray.c
index 5211b97..17daefd 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -197,7 +197,6 @@ const H5AC_class_t H5AC_EARRAY_TEST[1] = {{
/* serialize */ earray_cache_test_serialize,
/* notify */ NULL,
/* free_icr */ earray_cache_test_free_icr,
- /* clear */ NULL,
/* fsf_size */ NULL,
}};