bridge: remove unused variable

Debris from JSON changes.
This commit is contained in:
Stephen Hemminger 2016-07-20 12:03:33 -07:00
parent db7263798a
commit 48703289da
1 changed files with 0 additions and 1 deletions

View 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",