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)
commit96d796a38e9ec9a7c04a6cda3fc15d79efebb008
tree2452390cd9a4044bf63f05836d595b775c2206db
parenta5f5e3689c8682e06ba155676d69ccf3f4172cb4
ipv6: hash is calculated but not used afterwards

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