aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-02-03 20:01:32 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-02-03 20:03:06 +0100
commit06b04f851bd4a09901cbb38f691c269c9673dd8d (patch)
tree7984bf95d9d5ca30c5f22e7f1c10e8235a251df7
parent37e6523c0ff541ec115aff2371bd7a90160770ee (diff)
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]
-rw-r--r--openbsc/src/libbsc/abis_om2000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/abis_om2000.c b/openbsc/src/libbsc/abis_om2000.c
index e2e05780d..2ea367829 100644
--- a/openbsc/src/libbsc/abis_om2000.c
+++ b/openbsc/src/libbsc/abis_om2000.c
@@ -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;