aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-22 15:51:22 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-22 17:05:42 +0100
commit6a8b9c70fceba57f624c9c23c97cbb27389e4584 (patch)
tree54c6fbf7659318e6dcfbab978a3ea7c85d56421c /include/osmocom
parent34fd0c69a3beb97fd8315488fa384e5b7b090bca (diff)
dissolve libcommon: drop debug.c
Apply more concise logging categories in each main scope. The bulk goes to msc_main.c, obviously, while tests and utils get a slimmed down bunch of logging categories. Change-Id: I969a0662ba273f3721b6820d02151b7a5b8014b8
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/msc/debug.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocom/msc/debug.h b/include/osmocom/msc/debug.h
index 384453e78..717cf74aa 100644
--- a/include/osmocom/msc/debug.h
+++ b/include/osmocom/msc/debug.h
@@ -1,9 +1,5 @@
#pragma once
-#include <stdio.h>
-#include <osmocom/core/linuxlist.h>
-
-#define DEBUG
#include <osmocom/core/logging.h>
/* Debug Areas of the code */
@@ -27,5 +23,3 @@ enum {
DBSSAP,
Debug_LastEntry,
};
-
-extern const struct log_info log_info;