From: Roy Marples Date: Sun, 19 Aug 2018 20:07:09 +0000 (+0100) Subject: Remove redundant assignment X-Git-Tag: v7.0.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7b92f2f3e8b5780e7875792148e3b8259accb3;p=thirdparty%2Fdhcpcd.git Remove redundant assignment --- diff --git a/src/dhcp6.c b/src/dhcp6.c index 399f3785..155bcb0a 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -777,7 +777,6 @@ dhcp6_makemessage(struct interface *ifp) /* FALLTHROUGH */ case DH6S_INIT: for (l = 0; l < ifo->ia_len; l++) { - ifia = &ifo->ia[l]; len += sizeof(o) + sizeof(uint32_t); /* IAID */ /* IA_TA does not have T1 or T2 timers */ if (ifo->ia[l].ia_type != D6_OPTION_IA_TA)