]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove unused variable.
authorRoy Marples <roy@marples.name>
Wed, 26 Nov 2014 13:58:54 +0000 (13:58 +0000)
committerRoy Marples <roy@marples.name>
Wed, 26 Nov 2014 13:58:54 +0000 (13:58 +0000)
ipv4.c

diff --git a/ipv4.c b/ipv4.c
index 7646ee6be45a5a5d6d991db9951d4701c846efdb..c87dec44ccc837529b514f7e43f526a89b990328 100644 (file)
--- 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) {