From: Roy Marples Date: Fri, 7 Nov 2014 21:08:48 +0000 (+0000) Subject: Remove dead store X-Git-Tag: v6.6.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76dc9cd65d25efe05464361db40456245f113a7b;p=thirdparty%2Fdhcpcd.git Remove dead store --- diff --git a/ipv4ll.c b/ipv4ll.c index 17657401..7bdd75ff 100644 --- a/ipv4ll.c +++ b/ipv4ll.c @@ -87,7 +87,6 @@ ipv4ll_pick_addr(const struct arp_state *astate) if (addr == astate->failed.s_addr) continue; - state = D_CSTATE(astate->iface); /* Ensure we don't have the address on another interface */ TAILQ_FOREACH(ifp, astate->iface->ctx->ifaces, next) { state = D_CSTATE(ifp);