From: Roy Marples Date: Wed, 26 Nov 2014 13:58:54 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v6.6.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf6254622d8eebf54ca182c9dd9ea6817082f56;p=thirdparty%2Fdhcpcd.git Remove unused variable. --- diff --git a/ipv4.c b/ipv4.c index 7646ee6b..c87dec44 100644 --- a/ipv4.c +++ b/ipv4.c @@ -595,7 +595,7 @@ ipv4_buildroutes(struct dhcpcd_ctx *ctx) struct rt_head *nrs, *dnr; struct rt *or, *rt, *rtn; struct interface *ifp; - const struct dhcp_state *state, *ostate; + const struct dhcp_state *state; nrs = malloc(sizeof(*nrs)); if (nrs == NULL) {