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
This commit is contained in:
Pau Espin 2022-09-16 18:15:07 +02:00 committed by pespin
parent 5ec3eccdf5
commit cb2c6fc0ba
1 changed files with 1 additions and 11 deletions

View File

@ -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)
{