summaryrefslogtreecommitdiffstats
path: root/src/H5EAprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-04-04 22:14:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-04-04 22:14:54 (GMT)
commit2221a9a96e1fc06290ba0bf2e68f9489f071483e (patch)
tree12049e708299041a2fce552b9ba10d25ff2a9842 /src/H5EAprivate.h
parent0024745638833c1b6b55ee1e81dab57161e21c5d (diff)
downloadhdf5-2221a9a96e1fc06290ba0bf2e68f9489f071483e.zip
hdf5-2221a9a96e1fc06290ba0bf2e68f9489f071483e.tar.gz
hdf5-2221a9a96e1fc06290ba0bf2e68f9489f071483e.tar.bz2
[svn-r29625] Description:
Removed unused routines Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (h5committest forthcoming)
Diffstat (limited to 'src/H5EAprivate.h')
-rw-r--r--src/H5EAprivate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5EAprivate.h b/src/H5EAprivate.h
index 33b4553..9147f39 100644
--- a/src/H5EAprivate.h
+++ b/src/H5EAprivate.h
@@ -131,11 +131,6 @@ H5_DLL herr_t H5EA_get_addr(const H5EA_t *ea, haddr_t *addr);
H5_DLL herr_t H5EA_set(const H5EA_t *ea, hid_t dxpl_id, hsize_t idx, const void *elmt);
H5_DLL herr_t H5EA_get(const H5EA_t *ea, hid_t dxpl_id, hsize_t idx, void *elmt);
H5_DLL herr_t H5EA_depend(H5AC_info_t *parent_entry, H5EA_t *ea);
-H5_DLL herr_t H5EA_undepend(H5AC_info_t *parent_entry, H5EA_t *ea);
-H5_DLL herr_t H5EA_support(const H5EA_t *ea, hid_t dxpl_id, hsize_t idx,
- H5AC_info_t *child_entry);
-H5_DLL herr_t H5EA_unsupport(const H5EA_t *ea, hid_t dxpl_id, hsize_t idx,
- H5AC_info_t *child_entry);
H5_DLL herr_t H5EA_close(H5EA_t *ea, hid_t dxpl_id);
H5_DLL herr_t H5EA_delete(H5F_t *f, hid_t dxpl_id, haddr_t ea_addr, void *ctx_udata);