aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 14:05:40 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-19 16:28:13 +0100
commit4a5209d8bc21940264754ca1c72f082e8f9052c0 (patch)
treed99532295f784ec8c11d726da1f02aae6cd7a9f3 /src/Makefile.am
parent289f90048b04f1a6741ea948cb00d78c07346108 (diff)
Get rid of unused gsm_timer.{cpp,h}
Those files are not really being used other than for calling get_current_fn() which is just a placeholder to call bts_current_frame_number on the global bts object. Change-Id: I6d50a8c15c1de5e2a308a24b313a7776f94ae54f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c9c7aa3d..05fac55f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,6 @@ libgprs_la_SOURCES = \
gprs_ms.c \
gprs_ms_storage.cpp \
gprs_pcu.c \
- gsm_timer.cpp \
pcu_l1_if.cpp \
pcu_vty.c \
pcu_vty_functions.cpp \
@@ -87,7 +86,6 @@ noinst_HEADERS = \
gprs_ms_storage.h \
gprs_pcu.h \
pcu_l1_if.h \
- gsm_timer.h \
pcu_vty.h \
pcu_vty_functions.h \
mslot_class.h \