summaryrefslogtreecommitdiffstats
path: root/src/H5ACprivate.h
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 /src/H5ACprivate.h
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 'src/H5ACprivate.h')
-rw-r--r--src/H5ACprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index abda6ae..3a260d0 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -187,7 +187,6 @@ typedef H5C_pre_serialize_func_t H5AC_pre_serialize_func_t;
typedef H5C_serialize_func_t H5AC_serialize_func_t;
typedef H5C_notify_func_t H5AC_notify_func_t;
typedef H5C_free_icr_func_t H5AC_free_icr_func_t;
-typedef H5C_clear_func_t H5AC_clear_func_t;
typedef H5C_get_fsf_size_t H5AC_get_fsf_size_t;
typedef H5C_class_t H5AC_class_t;