Revert "Ifdef util function implementations if tracing is disabled"

This reverts commit 555ed59077.

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-09-10 19:32:15 -04:00
parent d21abd6d74
commit c9c5a9b79e

View file

@ -14,8 +14,6 @@
#include "tracetools/config.h" #include "tracetools/config.h"
#ifndef TRACETOOLS_DISABLED
#ifdef TRACETOOLS_LTTNG_ENABLED #ifdef TRACETOOLS_LTTNG_ENABLED
#include <dlfcn.h> #include <dlfcn.h>
#include <cxxabi.h> #include <cxxabi.h>
@ -50,5 +48,3 @@ const char * _get_symbol_funcptr(void * funcptr)
return "DISABLED__get_symbol_funcptr"; return "DISABLED__get_symbol_funcptr";
#endif #endif
} }
#endif // TRACETOOLS_DISABLED