aboutsummaryrefslogtreecommitdiff
path: root/gprofng/libcollector/envmgmt.c
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2024-02-01 13:21:38 -0800
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>2024-02-01 13:22:52 -0800
commitb3c670a6ba31dcd98ba92e5739b12467aba6645a (patch)
tree42268bc869cec3064832d21855f1cadf03e7fa02 /gprofng/libcollector/envmgmt.c
parent49ba125f96b2ad3ad26187c3b2b95dc352c5d942 (diff)
downloadgdb-b3c670a6ba31dcd98ba92e5739b12467aba6645a.zip
gdb-b3c670a6ba31dcd98ba92e5739b12467aba6645a.tar.gz
gdb-b3c670a6ba31dcd98ba92e5739b12467aba6645a.tar.bz2
gprofng: Remove unused macros
gprofng/ChangeLog 2024-02-01 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * common/gp-experiment.h: Remove SP_REMOTE_PROTOCOL_VERSION. * common/hwctable.c: Remove DBG_LT* macros. * libcollector/envmgmt.c: Likewise. * libcollector/hwprofile.c: Likewise. * libcollector/iolib.c: Likewise. * libcollector/jprofile.c: Likewise. * libcollector/memmgr.c: Likewise. * libcollector/profile.c: Likewise. * libcollector/tsd.c: Likewise. * libcollector/unwind.c: Likewise.
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];