Remove unused log categories

Change-Id: I519a687c07410fa3c1a0fa9a903d6c3ed9cbba45
This commit is contained in:
Daniel Willmann 2021-02-11 23:45:50 +01:00
parent 44fa20182e
commit 86ee31a7d7
2 changed files with 0 additions and 22 deletions

View File

@ -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,
};

View File

@ -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",