summaryrefslogtreecommitdiffstats
path: root/src/H5ACdbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ACdbg.c')
-rw-r--r--src/H5ACdbg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5ACdbg.c b/src/H5ACdbg.c
index 3830606..6120242 100644
--- a/src/H5ACdbg.c
+++ b/src/H5ACdbg.c
@@ -72,7 +72,6 @@
/*******************/
-#ifndef NDEBUG /* debugging functions */
/*-------------------------------------------------------------------------
* Function: H5AC_stats
@@ -134,7 +133,6 @@ H5AC_dump_cache(const H5F_t *f)
done:
FUNC_LEAVE_NOAPI(ret_value)
} /* H5AC_dump_cache() */
-#endif /* NDEBUG */
/*-------------------------------------------------------------------------