dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/30848 )
Change subject: pcu_sock: drop unused function prototype ......................................................................
pcu_sock: drop unused function prototype
The function trx_get_hlayer1() is defined as a prototype but it is not used anywhere and there is also no implementation, lets drop it.
Related: OS#5198 Change-Id: I91ead9379140e971ccabc83cbf2b62b8aa1fc8a2 --- M src/osmo-bsc/pcu_sock.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: dexter: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c index 81198bd..bfa07f9 100644 --- a/src/osmo-bsc/pcu_sock.c +++ b/src/osmo-bsc/pcu_sock.c @@ -45,7 +45,6 @@ #include <osmocom/bsc/bts_sm.h>
static int pcu_sock_send(struct gsm_bts *bts, struct msgb *msg); -uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx); int pcu_direct = 1;
static const char *sapi_string[] = {