summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-24 16:55:39 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-24 16:55:39 (GMT)
commitd097a82ed7d5ec5d2de0f89fe6d72f09413b3ed4 (patch)
tree170c03bcfca73f3b9893fdda9af99c309b577a99 /src/H5Fint.c
parente0ccecfeb185193b45d84728f77c382ff4d3c610 (diff)
parentb2fa3069d939a95f0b642edbefe04c7a5209d1bd (diff)
downloadhdf5-d097a82ed7d5ec5d2de0f89fe6d72f09413b3ed4.zip
hdf5-d097a82ed7d5ec5d2de0f89fe6d72f09413b3ed4.tar.gz
hdf5-d097a82ed7d5ec5d2de0f89fe6d72f09413b3ed4.tar.bz2
[svn-r25612] merge from trunk.
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index ade23f8..48c0cc6 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -222,9 +222,6 @@ H5F_get_access_plist(H5F_t *f, hbool_t app_ref)
HGOTO_DONE(FAIL) /* Can't return errors when library is shutting down */
} /* end if */
- //if(H5P_facc_close(ret_value, NULL) < 0)
- //HGOTO_ERROR(H5E_PLIST, H5E_CANTFREE, FAIL, "can't free the old driver information")
-
/* Increment the reference count on the driver ID and insert it into the property list */
if(H5I_inc_ref(f->shared->lf->driver_id, FALSE) < 0)
HGOTO_ERROR(H5E_FILE, H5E_CANTINC, FAIL, "unable to increment ref count on VFL driver")