summaryrefslogtreecommitdiffstats
path: root/src/H5Tref.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-08-22 19:43:46 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-08-22 19:43:46 (GMT)
commit1077a767ff3885dd23bdbfdfba51037c925ce23c (patch)
treeccc34cd48facc914e9a448b8c52774cc2da1a48d /src/H5Tref.c
parent41ccf615262e48f1df824ea09d70a9223243585a (diff)
downloadhdf5-1077a767ff3885dd23bdbfdfba51037c925ce23c.zip
hdf5-1077a767ff3885dd23bdbfdfba51037c925ce23c.tar.gz
hdf5-1077a767ff3885dd23bdbfdfba51037c925ce23c.tar.bz2
Minor fixes to align w/state of 1.12 code
Diffstat (limited to 'src/H5Tref.c')
-rw-r--r--src/H5Tref.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Tref.c b/src/H5Tref.c
index 054cd6a..a79abcf 100644
--- a/src/H5Tref.c
+++ b/src/H5Tref.c
@@ -1221,7 +1221,6 @@ H5T__ref_reclaim(void *elem, const H5T_t *dt)
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_PACKAGE
- H5T_REF_LOG_DEBUG("");
/* Sanity checks */
HDassert(elem);