aboutsummaryrefslogtreecommitdiff
path: root/gprofng/libcollector/tsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/libcollector/tsd.c')
-rw-r--r--gprofng/libcollector/tsd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gprofng/libcollector/tsd.c b/gprofng/libcollector/tsd.c
index 80d6a1c..a92e35a 100644
--- a/gprofng/libcollector/tsd.c
+++ b/gprofng/libcollector/tsd.c
@@ -26,12 +26,6 @@
#include "tsd.h"
#include "memmgr.h"
-/* TprintfT(<level>,...) definitions. Adjust per module as needed */
-#define DBG_LT0 0 // for high-level configuration, unexpected errors/warnings
-#define DBG_LT1 1 // for configuration details, warnings
-#define DBG_LT2 2
-#define DBG_LT3 3
-
/*
* Build our thread-specific-data support on pthread interfaces.
*/