aboutsummaryrefslogtreecommitdiff
path: root/gprofng/libcollector/envmgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/libcollector/envmgmt.c')
-rw-r--r--gprofng/libcollector/envmgmt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gprofng/libcollector/envmgmt.c b/gprofng/libcollector/envmgmt.c
index ebe08f8..a399c0d 100644
--- a/gprofng/libcollector/envmgmt.c
+++ b/gprofng/libcollector/envmgmt.c
@@ -27,13 +27,6 @@
#define MAX_LD_PRELOADS 2
-/* 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
-#define DBG_LT4 4
-
/* original environment settings to be saved for later restoration */
static char *sp_preloads[MAX_LD_PRELOADS];
static char *sp_libpaths[MAX_LD_PRELOADS];