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:
Holger Hans Peter Freyther
2012-02-03 20:01:32 +01:00
parent 37e6523c0f
commit 06b04f851b

View File

@@ -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;