summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-10-27 06:33:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-10-27 06:33:07 (GMT)
commit6e84fd8327138e48bd515665c1919bc8cf22dc9f (patch)
tree8e1db3902adcb85df26dd92fd5a7c7eeeee3eb6f /src/H5VLnative.c
parentce3d1ec9ea5a7a0627d948687d64dc7e5e76f6cd (diff)
downloadhdf5-6e84fd8327138e48bd515665c1919bc8cf22dc9f.zip
hdf5-6e84fd8327138e48bd515665c1919bc8cf22dc9f.tar.gz
hdf5-6e84fd8327138e48bd515665c1919bc8cf22dc9f.tar.bz2
Remove virtual dataset refresh code's direct use of native VOL plugin's ID.
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index 69b010b..4d4311f 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -231,14 +231,6 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5VL_native_init() */
-/* XXX (VOL_MERGE): TEMPORARY */
-hid_t
-H5VL_native_get_driver_id(void)
-{
-HDassert(0 && "H5VL_native_get_driver_id");
- return H5VL_NATIVE_ID_g;
-}
-
/*---------------------------------------------------------------------------
* Function: H5VL__native_term