summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r--src/H5Eprivate.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h
index 8003730..a201111 100644
--- a/src/H5Eprivate.h
+++ b/src/H5Eprivate.h
@@ -38,15 +38,10 @@
*/
#define HRETURN_ERROR(maj, min, ret_val, str) { \
HERROR (maj, min, str); \
- PABLO_TRACE_OFF (PABLO_MASK, pablo_func_id); \
- H5TRACE_RETURN(ret_val); \
if (H5_IS_API(FUNC) && H5E_auto_g) { \
(H5E_auto_g)(H5E_auto_data_g); \
} \
- H5_API_UNLOCK_BEGIN \
- H5_API_UNLOCK_END \
- H5_API_SET_CANCEL \
- return (ret_val); \
+ HRETURN(ret_val); \
}
/*
@@ -72,7 +67,6 @@
*/
#define HGOTO_ERROR(maj, min, ret_val, str) { \
HERROR (maj, min, str); \
- H5TRACE_RETURN(ret_val); \
if (H5_IS_API(FUNC) && H5E_auto_g) { \
(H5E_auto_g)(H5E_auto_data_g); \
} \