summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-14 13:29:30 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-14 13:29:30 (GMT)
commit87a81eb5afd4d24b2ba42ef78d8aee433c8e8639 (patch)
tree07cedd27e147e1ee6dfd2aa28ff96970614e2d41 /src/H5VLnative.c
parentff91dd8c3b3d376f005790d5105daf0ee23a73a9 (diff)
downloadhdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.zip
hdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.tar.gz
hdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.tar.bz2
[svn-r22461] add a prototype for a new API routine, H5Fis_accessable
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index e96132b..bd003bc 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -1712,16 +1712,6 @@ H5VL_native_file_misc(hid_t loc_id, H5VL_file_misc_t misc_type, hid_t UNUSED req
FUNC_ENTER_NOAPI_NOINIT
switch (misc_type) {
- /* H5Fis_hdf5 */
- case H5VL_FILE_IS_HDF5:
- {
- htri_t *ret = va_arg (arguments, htri_t *);
- const char *name = va_arg (arguments, const char *);
-
- if((*ret = H5F_is_hdf5(name)) < 0)
- HGOTO_ERROR(H5E_FILE, H5E_CANTGET, FAIL, "can't determine if file is an HDF5 file")
- break;
- }
/* H5Fmount */
case H5VL_FILE_MOUNT:
{