From d6ca49633c89c7cfe0812600eb3a8b109f34730f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 23 May 2010 21:25:41 +0800 Subject: [PATCH] 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. --- openbsc/src/gprs/gb_proxy_vty.c | 2 -- 1 file changed, 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,