mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 13:33:29 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user