]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tc: m_action: Drop unused variable nladdr in tc_action_gd()
authorPhil Sutter <phil@nwl.cc>
Wed, 15 Jun 2016 22:50:39 +0000 (00:50 +0200)
committerStephen Hemminger <shemming@brocade.com>
Thu, 16 Jun 2016 16:41:55 +0000 (09:41 -0700)
This has been there since the introduction of tc/m_action.c back in 2004
and was apparently never in use.

Signed-off-by: Phil Sutter <phil@nwl.cc>
tc/m_action.c

index f97ed2e775012273bf40245611f8053029e0cb36..ea16817aefd4f38e9a825ea07a480dfc5c83414c 100644 (file)
@@ -386,7 +386,6 @@ static int tc_action_gd(int cmd, unsigned int flags, int *argc_p, char ***argv_p
        int prio = 0;
        int ret = 0;
        __u32 i;
-       struct sockaddr_nl nladdr;
        struct rtattr *tail;
        struct rtattr *tail2;
        struct nlmsghdr *ans = NULL;
@@ -405,9 +404,6 @@ static int tc_action_gd(int cmd, unsigned int flags, int *argc_p, char ***argv_p
                .buf = { 0 }
        };
 
-       memset(&nladdr, 0, sizeof(nladdr));
-       nladdr.nl_family = AF_NETLINK;
-
        argc -= 1;
        argv += 1;