summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-10 14:51:43 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-10 14:51:43 (GMT)
commit041e56526287225fe5675a5a2096692749cdf66d (patch)
treead15077f9d511d31e37f8e784c87533156748c97 /src/H5VLnative.c
parente582da571d5ac665351768c9c4ae5fb3f863c9cc (diff)
downloadhdf5-041e56526287225fe5675a5a2096692749cdf66d.zip
hdf5-041e56526287225fe5675a5a2096692749cdf66d.tar.gz
hdf5-041e56526287225fe5675a5a2096692749cdf66d.tar.bz2
[svn-r22540] fix bug in H5R_get_name
more named datatype bugs: - fix bug in Name replace traversal callback - fix bug in H5G_test A stable version finally..
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index 6bf8fc0..0bca739 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -3616,11 +3616,7 @@ H5VL_native_object_get(void *obj, H5VL_loc_params_t loc_params, H5VL_object_get_
size_t size = va_arg (arguments, size_t);
H5R_type_t ref_type = va_arg (arguments, H5R_type_t);
void *ref = va_arg (arguments, void *);
- //H5F_t *file; /* File object */
- /* Get the file pointer from the entry
- file = loc.oloc->file;
- */
/* Get name */
if((*ret = H5R_get_name(&loc, H5P_DEFAULT, H5AC_dxpl_id, ref_type, ref, name, size)) < 0)
HGOTO_ERROR(H5E_REFERENCE, H5E_CANTINIT, FAIL, "unable to determine object path")