]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
bridge: remove unused variable
authorStephen Hemminger <shemming@brocade.com>
Wed, 20 Jul 2016 19:03:33 +0000 (12:03 -0700)
committerStephen Hemminger <shemming@brocade.com>
Wed, 20 Jul 2016 19:03:33 +0000 (12:03 -0700)
Debris from JSON changes.

bridge/vlan.c

index f34e84a2a48f4de70920dfede5005a9bd1e85b7b..5dd352e654ffa861437768e5619bc06a02687133 100644 (file)
@@ -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",