From b94a1e9c43b292e3d109d99586e857a15a77c666 Mon Sep 17 00:00:00 2001 From: Neil Fortner Date: Tue, 12 Aug 2008 14:15:12 -0500 Subject: [svn-r15468] Removed prototype for deleted function H5F_has_mount Tested: kagiso --- src/H5Fprivate.h | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v0.12