diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-11-04 04:34:21 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-11-04 04:34:21 (GMT) |
commit | ef28e31f895d52b06d5152dc1fe5cf2b590bbfa3 (patch) | |
tree | 6383af044ccd45bb9c52e1801911b06e1d56de03 /src/H5AC.c | |
parent | a2f15ab726fabed3956d73bd257c9895642fc75c (diff) | |
download | hdf5-ef28e31f895d52b06d5152dc1fe5cf2b590bbfa3.zip hdf5-ef28e31f895d52b06d5152dc1fe5cf2b590bbfa3.tar.gz hdf5-ef28e31f895d52b06d5152dc1fe5cf2b590bbfa3.tar.bz2 |
Remove static definition for debugging routines. *sigh*
Diffstat (limited to 'src/H5AC.c')
-rw-r--r-- | src/H5AC.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -70,8 +70,6 @@ static herr_t H5AC__ext_config_2_int_config(H5AC_cache_config_t *ext_conf_ptr, #if H5AC_DO_TAGGING_SANITY_CHECKS static herr_t H5AC__verify_tag(hid_t dxpl_id, const H5AC_class_t * type); #endif /* H5AC_DO_TAGGING_SANITY_CHECKS */ -static herr_t H5AC__open_trace_file(H5AC_t *cache_ptr, const char *trace_file_name); -static herr_t H5AC__close_trace_file(H5AC_t *cache_ptr); /*********************/ |