ipv6: hash is calculated but not used afterwards
authorHagen Paul Pfeifer <hagen@jauu.net>
Fri, 25 Feb 2011 05:45:18 +0000 (05:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2011 22:00:22 +0000 (14:00 -0800)
hash is declared and assigned but not used anymore. ipv6_addr_hash()
exhibit no side-effects.

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c

index fd6782e3a038a03b2a17f9da188ae1bc8d181f3f..3daaf3c7703c7354f13268aac9f8c267bb2d6ba1 100644 (file)
@@ -718,12 +718,9 @@ static void ipv6_del_addr(struct inet6_ifaddr *ifp)
        struct inet6_ifaddr *ifa, *ifn;
        struct inet6_dev *idev = ifp->idev;
        int state;
-       int hash;
        int deleted = 0, onlink = 0;
        unsigned long expires = jiffies;
 
-       hash = ipv6_addr_hash(&ifp->addr);
-
        spin_lock_bh(&ifp->state_lock);
        state = ifp->state;
        ifp->state = INET6_IFADDR_STATE_DEAD;
This page took 0.02941 seconds and 5 git commands to generate.