pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/29377 )
Change subject: ipaccess: Remove unused stub ......................................................................
ipaccess: Remove unused stub
function on_gsm_ts_init() doesn't exist at all in the repository, so it can be dropped from here.
Change-Id: I863ccad044960d3ba267fa2bbf3c697abdf596a8 --- M src/ipaccess/stubs.c 1 file changed, 1 insertion(+), 11 deletions(-)
Approvals: laforge: Looks good to me, approved neels: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/src/ipaccess/stubs.c b/src/ipaccess/stubs.c index aaec4c5..8549397 100644 --- a/src/ipaccess/stubs.c +++ b/src/ipaccess/stubs.c @@ -1,6 +1,6 @@ /* Stubs required for linking */
-/* (C) 2018 by sysmocom s.f.m.c. GmbH info@sysmocom.de +/* (C) 2018-2022 by sysmocom s.f.m.c. GmbH info@sysmocom.de * * All Rights Reserved * @@ -19,17 +19,7 @@ * */
-#include <stdbool.h> struct gsm_bts; -struct gsm_bts_trx_ts; -struct msgb; -struct bsc_msc_data; - -bool on_gsm_ts_init(struct gsm_bts_trx_ts *ts) -{ - /* No TS init required here. */ - return true; -}
int gsm_bts_check_cfg(struct gsm_bts *bts) {