summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/abis/Makefile.am1
-rw-r--r--include/osmocom/abis/logging.h16
2 files changed, 0 insertions, 17 deletions
diff --git a/include/osmocom/abis/Makefile.am b/include/osmocom/abis/Makefile.am
index ea1eded..df70de3 100644
--- a/include/osmocom/abis/Makefile.am
+++ b/include/osmocom/abis/Makefile.am
@@ -1,7 +1,6 @@
osmoabis_HEADERS = abis.h \
e1_input.h \
lapd.h \
- logging.h \
subchan_demux.h \
ipa_proxy.h \
ipaccess.h \
diff --git a/include/osmocom/abis/logging.h b/include/osmocom/abis/logging.h
deleted file mode 100644
index c3cac11..0000000
--- a/include/osmocom/abis/logging.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _OSMO_ABIS_LOGGING_H_
-#define _OSMO_ABIS_LOGGING_H_
-
-#include <osmocom/core/logging.h>
-
-/* logging subsystems. */
-enum {
- DINP = OSMO_LOG_SS_ABIS_RESERVED,
- DMUX,
- DMI,
- DMIB,
- DRSL,
- DNM,
-};
-
-#endif