From: Stephen Hemminger Date: Wed, 20 Jul 2016 19:03:33 +0000 (-0700) Subject: bridge: remove unused variable X-Git-Tag: v4.7.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48703289da80fcc5a6a7cde4df9aeafc08a67d42;p=thirdparty%2Fiproute2.git bridge: remove unused variable Debris from JSON changes. --- diff --git a/bridge/vlan.c b/bridge/vlan.c index f34e84a2a..5dd352e65 100644 --- a/bridge/vlan.c +++ b/bridge/vlan.c @@ -192,7 +192,6 @@ static int print_vlan(const struct sockaddr_nl *who, int len = n->nlmsg_len; struct rtattr *tb[IFLA_MAX+1]; bool vlan_flags; - char flags[80]; if (n->nlmsg_type != RTM_NEWLINK) { fprintf(stderr, "Not RTM_NEWLINK: %08x %08x %08x\n",