summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-18 17:20:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-18 17:20:07 (GMT)
commitb55e5efc1c2a4bc4a074921e2130b22be1b564bd (patch)
tree452ebf0f358b09cf6d6e061854017b251cfe8885 /src/H5VLnative.c
parent55fc5067b66e77bc8b21aa768c4e8fb035cd2bc7 (diff)
parentf0c83dedb64082dcbce3012e99fcb77dc1d96d1b (diff)
downloadhdf5-b55e5efc1c2a4bc4a074921e2130b22be1b564bd.zip
hdf5-b55e5efc1c2a4bc4a074921e2130b22be1b564bd.tar.gz
hdf5-b55e5efc1c2a4bc4a074921e2130b22be1b564bd.tar.bz2
Merge branch 'develop' into vol_optional_enum_to_macros
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index 5ca9333..620aed4 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -1738,18 +1738,6 @@ H5VL__native_file_specific(void *obj, H5VL_file_specific_t specific_type,
break;
}
- /* H5Fcreate / H5Fopen */
- case H5VL_FILE_CACHE_VOL_CONN:
- {
- hid_t vol_id = HDva_arg(arguments, hid_t);
- void *vol_info = HDva_arg(arguments, void *);
-
- /* Call private routine */
- if(H5F__set_vol_conn((H5F_t *)obj, vol_id, vol_info) < 0)
- HGOTO_ERROR(H5E_FILE, H5E_CANTSET, FAIL, "cache VOL connector ID & info failed")
- break;
- }
-
default:
HGOTO_ERROR(H5E_VOL, H5E_UNSUPPORTED, FAIL, "invalid specific operation")
} /* end switch */