summaryrefslogtreecommitdiffstats
path: root/src/H5Ddeprec.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-10 21:48:07 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-10 21:48:07 (GMT)
commit39c629fc97d29c030675e533befad037018c17e9 (patch)
treee5039939d630160d4e14ab24af5d6463548de544 /src/H5Ddeprec.c
parent53a733bb19757f8fcd9fa1aa487f092a5530aa9d (diff)
downloadhdf5-39c629fc97d29c030675e533befad037018c17e9.zip
hdf5-39c629fc97d29c030675e533befad037018c17e9.tar.gz
hdf5-39c629fc97d29c030675e533befad037018c17e9.tar.bz2
[svn-r29083] remove old metadata collective optimizations to prepare merging in the updated ones.
Diffstat (limited to 'src/H5Ddeprec.c')
-rw-r--r--src/H5Ddeprec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Ddeprec.c b/src/H5Ddeprec.c
index f5e3996..5a2b355 100644
--- a/src/H5Ddeprec.c
+++ b/src/H5Ddeprec.c
@@ -141,8 +141,7 @@ H5Dcreate1(hid_t loc_id, const char *name, hid_t type_id, hid_t space_id,
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not dataset create property list ID")
/* Build and open the new dataset */
- if(NULL == (dset = H5D__create_named(&loc, name, type_id, space, H5P_LINK_CREATE_DEFAULT,
- dcpl_id, H5P_DATASET_ACCESS_DEFAULT, H5AC_dxpl_id)))
+ if(NULL == (dset = H5D__create_named(&loc, name, type_id, space, H5P_LINK_CREATE_DEFAULT, dcpl_id, H5P_DATASET_ACCESS_DEFAULT, H5AC_dxpl_id)))
HGOTO_ERROR(H5E_DATASET, H5E_CANTINIT, FAIL, "unable to create dataset")
/* Register the new dataset to get an ID for it */