aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input/ipaccess.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 08:00:09 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 08:26:13 +0200
commite4042c72d76fdaac2249b5de542e0cb2857dd68a (patch)
tree5b52ced3692a9a44bad395e9f473be2d38fc26d0 /openbsc/src/input/ipaccess.c
parent09e364b167c8f999ea2d0145ea4d5483c2155390 (diff)
misc: Remove some obviously unused and unneeded variables..
Diffstat (limited to 'openbsc/src/input/ipaccess.c')
-rw-r--r--openbsc/src/input/ipaccess.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/input/ipaccess.c b/openbsc/src/input/ipaccess.c
index 5c9cd46be..e98b22405 100644
--- a/openbsc/src/input/ipaccess.c
+++ b/openbsc/src/input/ipaccess.c
@@ -113,7 +113,6 @@ struct gsm_bts *find_bts_by_unitid(struct gsm_network *net,
u_int16_t site_id, u_int16_t bts_id)
{
struct gsm_bts *bts;
- int i;
llist_for_each_entry(bts, &net->bts_list, list) {