aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:25:41 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:25:41 +0800
commitd6ca49633c89c7cfe0812600eb3a8b109f34730f (patch)
tree089b294625a53c6a2b5f9e072e12bc5209a61d63 /openbsc/src/gprs/gb_proxy_vty.c
parent2fbf12dbeba8cd6df1f0ea17d7198f9549716f17 (diff)
gb_proxy_vty.c: Remove variable that appears to be unused
There is no other in_addr inside this file and it appears that we don't use the 'ia' right now and will not use it in the near future.
Diffstat (limited to 'openbsc/src/gprs/gb_proxy_vty.c')
-rw-r--r--openbsc/src/gprs/gb_proxy_vty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/gprs/gb_proxy_vty.c b/openbsc/src/gprs/gb_proxy_vty.c
index e76172058..738adcfef 100644
--- a/openbsc/src/gprs/gb_proxy_vty.c
+++ b/openbsc/src/gprs/gb_proxy_vty.c
@@ -47,8 +47,6 @@ static struct cmd_node gbproxy_node = {
static int config_write_gbproxy(struct vty *vty)
{
- struct in_addr ia;
-
vty_out(vty, "gbproxy%s", VTY_NEWLINE);
vty_out(vty, " sgsn nsei %u%s", g_cfg->nsip_sgsn_nsei,