From 177f3f5a334aa2c6b6135b560cdaf3db31e1250f Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Tue, 3 Oct 2023 15:05:43 +0200 Subject: [PATCH] trace: use only explicit RE_TRACE_ENABLED by cmake (#974) --- include/re_trace.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/re_trace.h b/include/re_trace.h index 17cbc89cf..e3e9710e2 100644 --- a/include/re_trace.h +++ b/include/re_trace.h @@ -18,10 +18,6 @@ void re_trace_event(const char *cat, const char *name, char ph, void *id, int32_t async_id, re_trace_arg_type arg_type, const char *arg_name, void *arg_value); -#if !defined(RELEASE) && !defined(RE_TRACE_ENABLED) -#define RE_TRACE_ENABLED 1 -#endif - #ifdef RE_TRACE_ENABLED #define RE_TRACE_BEGIN(c, n) \