summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-12-17 23:25:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-12-17 23:25:10 (GMT)
commitc6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e (patch)
tree836f489d80ef2ca0ce59874bbffeb14795f23305 /src/H5Fpkg.h
parent8909646693c312be5d3f4a0d4fef4623833bcaf8 (diff)
downloadhdf5-c6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e.zip
hdf5-c6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e.tar.gz
hdf5-c6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e.tar.bz2
Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out
not to be necessary. Also, correct _MSC_VER #ifdef
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index e5bb28f..4ad2c55 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -411,7 +411,6 @@ H5_DLL herr_t H5F__close(H5F_t *f);
H5_DLL herr_t H5F__set_libver_bounds(H5F_t *f, H5F_libver_t low, H5F_libver_t high);
H5_DLL H5F_t *H5F__get_file(void *obj, H5I_type_t type);
H5_DLL hid_t H5F__get_file_id(H5F_t *file);
-H5_DLL herr_t H5F__set_vol_conn(H5F_t *file, hid_t vol_id, const void *vol_info);
/* File mount related routines */
H5_DLL herr_t H5F__mount(H5G_loc_t *loc, const char *name, H5F_t *child, hid_t plist_id);