summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-30 18:40:08 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-30 18:40:08 (GMT)
commit53aee36c3e99518559c5cb5da9792fcb3a1404fc (patch)
tree4f2434734819d12bf9bc925ea3174a3a0f2012a3 /src
parent9db701e95b3b4e04737aed764366f86c5f4a7d60 (diff)
downloadhdf5-53aee36c3e99518559c5cb5da9792fcb3a1404fc.zip
hdf5-53aee36c3e99518559c5cb5da9792fcb3a1404fc.tar.gz
hdf5-53aee36c3e99518559c5cb5da9792fcb3a1404fc.tar.bz2
Delete an #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf that probably never worked
quite as intended.
Diffstat (limited to 'src')
-rw-r--r--src/H5MV.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5MV.c b/src/H5MV.c
index dcf4b79..1afae5f 100644
--- a/src/H5MV.c
+++ b/src/H5MV.c
@@ -379,9 +379,6 @@ H5MV_free(H5F_t *f, haddr_t addr, hsize_t size)
* see if we can avoid creating one by checking if the freed
* space is at the end of the file
*/
-#ifdef H5MV_VFD_SWMR_DEBUG
-HDfprintf(stderr, "%s: fs_addr = %a\n", FUNC, f->shared->fs_man_md);
-#endif
htri_t status; /* "can absorb" status for section into */
hlog_fast(h5mv, "%s: Trying to avoid starting up free space manager",