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.
This commit is contained in:
Holger Hans Peter Freyther 2010-05-23 21:25:41 +08:00
parent 2fbf12dbeb
commit d6ca49633c
1 changed files with 0 additions and 2 deletions

View File

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