summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-12 20:17:15 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-12 20:17:15 (GMT)
commit5a38ab71be7d31768e8d3ffbeee4859baf1eee54 (patch)
tree7490ca323cd4cd955b76250568f00d72b1ef6034 /src/H5Dint.c
parentc81e31021404765a829c623986b6f7e55fa8b713 (diff)
downloadhdf5-5a38ab71be7d31768e8d3ffbeee4859baf1eee54.zip
hdf5-5a38ab71be7d31768e8d3ffbeee4859baf1eee54.tar.gz
hdf5-5a38ab71be7d31768e8d3ffbeee4859baf1eee54.tar.bz2
Remove unused debugging print in '#if 0' block
Diffstat (limited to 'src/H5Dint.c')
-rw-r--r--src/H5Dint.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index c378326..f8c3d79 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -1024,11 +1024,6 @@ H5D__update_oh_info(H5F_t *file, H5D_t *dset, hid_t dapl_id)
if(NULL == (oh = H5O_pin(oloc)))
HGOTO_ERROR(H5E_DATASET, H5E_CANTPIN, FAIL, "unable to pin dataset object header")
-#if 0
- HDprintf("DATATYPE SIZE: %lu\n",
- H5O_msg_size_oh(file, oh, H5O_DTYPE_ID, type, 0));
-#endif /* TESTING DEBUG */
-
/* Write the dataspace header message */
if(H5S_append(file, oh, dset->shared->space) < 0)
HGOTO_ERROR(H5E_DATASET, H5E_CANTINIT, FAIL, "unable to update dataspace header message")