summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-08-12 19:15:12 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-08-12 19:15:12 (GMT)
commitb94a1e9c43b292e3d109d99586e857a15a77c666 (patch)
tree288ccbd905725de65f2bd877cc7f26e07345957b /src/H5Fprivate.h
parentc09041c7f7623a66cb2219ec9abd73ced39988b4 (diff)
downloadhdf5-b94a1e9c43b292e3d109d99586e857a15a77c666.zip
hdf5-b94a1e9c43b292e3d109d99586e857a15a77c666.tar.gz
hdf5-b94a1e9c43b292e3d109d99586e857a15a77c666.tar.bz2
[svn-r15468] Removed prototype for deleted function H5F_has_mount
Tested: kagiso
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 432cf12..a57a405 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -438,7 +438,6 @@ H5_DLL unsigned H5F_decr_nopen_objs(H5F_t *f);
/* Functions than check file mounting information */
H5_DLL hbool_t H5F_is_mount(const H5F_t *file);
-H5_DLL hbool_t H5F_has_mount(const H5F_t *file);
/* Functions than retrieve values set from the FCPL */
H5_DLL hid_t H5F_get_fcpl(const H5F_t *f);