summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 19:35:58 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 19:35:58 (GMT)
commit0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2 (patch)
treef25abb0c53b37b0d9dd8d6b951cd68a58962a97d /src/H5Fint.c
parent737f86822de263712164746025f48ca2fca410db (diff)
downloadhdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.zip
hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.gz
hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.bz2
[svn-r22555] remove the vol_cls from the H5F_t struct
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index e0ce36b..8da53d2 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -189,11 +189,6 @@ H5F_get_access_plist(H5F_t *f, hbool_t app_ref)
HGOTO_ERROR(H5E_PLIST, H5E_CANTSET, FAIL, "can't set file close degree")
}
- /* MSC TODO move this to the upper VOL get routine & set the vol info too*/
- /* Set the VOL class in the property list */
- if(H5P_set(new_plist, H5F_ACS_VOL_NAME, &(f->vol_cls)) < 0)
- HGOTO_ERROR(H5E_PLIST, H5E_CANTSET, FAIL, "can't set file VOL plugin")
-
done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5F_get_access_plist() */
@@ -1135,10 +1130,6 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id,
if(NULL == (a_plist = (H5P_genplist_t *)H5I_object(fapl_id)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, NULL, "not file access property list")
- /* Store a pointer to the VOL plugin in the file struct */
- if(H5P_get(a_plist, H5F_ACS_VOL_NAME, &(file->vol_cls)) < 0)
- HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, NULL, "can't get vol plugin")
-
/*
* Decide the file close degree. If it's the first time to open the
* file, set the degree to access property list value; if it's the