From c9c5a9b79ed4cb4c05b6f2f10c7aae9a9ab01eac Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 10 Sep 2020 19:32:15 -0400 Subject: [PATCH] Revert "Ifdef util function implementations if tracing is disabled" This reverts commit 555ed59077eac99312e706f9b39e681c51200ba3. Signed-off-by: Christophe Bedard --- tracetools/src/utils.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tracetools/src/utils.cpp b/tracetools/src/utils.cpp index 8b5389e..8622476 100644 --- a/tracetools/src/utils.cpp +++ b/tracetools/src/utils.cpp @@ -14,8 +14,6 @@ #include "tracetools/config.h" -#ifndef TRACETOOLS_DISABLED - #ifdef TRACETOOLS_LTTNG_ENABLED #include #include @@ -50,5 +48,3 @@ const char * _get_symbol_funcptr(void * funcptr) return "DISABLED__get_symbol_funcptr"; #endif } - -#endif // TRACETOOLS_DISABLED