aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/debug.h')
-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;