summaryrefslogtreecommitdiff
path: root/gprofng/libcollector/jprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/libcollector/jprofile.c')
-rw-r--r--gprofng/libcollector/jprofile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gprofng/libcollector/jprofile.c b/gprofng/libcollector/jprofile.c
index 1bacacc1a2a..2cabb1a08de 100644
--- a/gprofng/libcollector/jprofile.c
+++ b/gprofng/libcollector/jprofile.c
@@ -37,12 +37,6 @@
#include "gp-experiment.h"
#include "tsd.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
-
/* ARCH_STRLEN is defined in dbe, copied here */
#define ARCH_STRLEN(s) ((CALL_UTIL(strlen)(s) + 4 ) & ~0x3)