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:
parent
d21abd6d74
commit
c9c5a9b79e
1 changed files with 0 additions and 4 deletions
|
@ -14,8 +14,6 @@
|
|||
|
||||
#include "tracetools/config.h"
|
||||
|
||||
#ifndef TRACETOOLS_DISABLED
|
||||
|
||||
#ifdef TRACETOOLS_LTTNG_ENABLED
|
||||
#include <dlfcn.h>
|
||||
#include <cxxabi.h>
|
||||
|
@ -50,5 +48,3 @@ const char * _get_symbol_funcptr(void * funcptr)
|
|||
return "DISABLED__get_symbol_funcptr";
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif // TRACETOOLS_DISABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue