summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 2acdf6c..2b0e9e7 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1135,9 +1135,7 @@ static herr_t H5_INTERFACE_INIT_FUNC(void);
assert(asrt); \
\
/* Check function name */ \
- H5_CHECK_FUNCNAME(func_name); \
- \
- /* Start tracing */ \
+ H5_CHECK_FUNCNAME(func_name);
#define FUNC_ENTER_COMMON(func_name,asrt) \
static const char FUNC[]=#func_name; \