From 86ee31a7d7e57482d6012d7621b046bfe57645d2 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 11 Feb 2021 23:45:50 +0100 Subject: [PATCH] Remove unused log categories Change-Id: I519a687c07410fa3c1a0fa9a903d6c3ed9cbba45 --- src/debug.h | 17 ----------------- src/gb_proxy_main.c | 5 ----- 2 files changed, 22 deletions(-) diff --git a/src/debug.h b/src/debug.h index 9a686cb6..b3c978d0 100644 --- a/src/debug.h +++ b/src/debug.h @@ -8,24 +8,7 @@ /* Debug Areas of the code */ enum { - DMM, - DPAG, - DMEAS, - DREF, DGPRS, - DNS, - DLLC, - DSNDCP, - DSLHC, - DCTRL, - DFILTER, - DGTPHUB, - DRANAP, - DSUA, - DV42BIS, - DIUCS, - DSIGTRAN, - DGTP, DOBJ, Debug_LastEntry, }; diff --git a/src/gb_proxy_main.c b/src/gb_proxy_main.c index 2e9ff79d..0e36c06b 100644 --- a/src/gb_proxy_main.c +++ b/src/gb_proxy_main.c @@ -239,11 +239,6 @@ static struct log_info_cat gprs_categories[] = { .description = "GPRS Packet Service", .enabled = 1, .loglevel = LOGL_DEBUG, }, - [DNS] = { - .name = "DNS", - .description = "GPRS Network Service (NS)", - .enabled = 1, .loglevel = LOGL_INFO, - }, [DOBJ] = { .name = "DOBJ", .description = "GbProxy object allocation/release",