mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-01 20:43:47 +00:00
abis_om2000.c: Remove unused variable to_trx_oml.
GCC warning: abis_om2000.c: In function ‘abis_om2k_sendmsg’: abis_om2000.c:804:6: warning: unused variable ‘to_trx_oml’ [-Wunused-variable]
This commit is contained in:
@@ -801,7 +801,6 @@ static int abis_om2k_sendmsg(struct gsm_bts *bts, struct msgb *msg)
|
||||
{
|
||||
struct abis_om2k_hdr *o2h;
|
||||
struct gsm_bts_trx *trx;
|
||||
int to_trx_oml;
|
||||
|
||||
msg->l2h = msg->data;
|
||||
o2h = (struct abis_om2k_hdr *) msg->l2h;
|
||||
|
||||
Reference in New Issue
Block a user