aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-01 12:02:56 +0200
committerlaforge <laforge@osmocom.org>2020-04-03 19:33:17 +0000
commit085872fe85d2a85969d237971adc7de01b61cb40 (patch)
tree4748635bd487f1b378012d2910ed8254c3d738cc
parentc4744ac24c686d53d8075f45ecbcc64bb46dc9fe (diff)
cosmetic: remove dead code from logging.c
-rw-r--r--src/common/logging.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index 83407369..d4fb874a 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -119,23 +119,6 @@ static struct log_info_cat bts_log_info_cat[] = {
.color = "\033[0;34m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
-#if 0
- [DNS] = {
- .name = "DNS",
- .description = "GPRS Network Service (NS)",
- .enabled = 1, .loglevel = LOGL_INFO,
- },
- [DBSSGP] = {
- .name = "DBSSGP",
- .description = "GPRS BSS Gateway Protocol (BSSGP)",
- .enabled = 1, .loglevel = LOGL_DEBUG,
- },
- [DLLC] = {
- .name = "DLLC",
- .description = "GPRS Logical Link Control Protocol (LLC)",
- .enabled = 1, .loglevel = LOGL_DEBUG,
- },
-#endif
[DSUM] = {
.name = "DSUM",
.description = "DSUM",