changeset 2868:bc4a088c6573 draft

Remove unused variable.
author Roy Marples <roy@marples.name>
date Wed, 26 Nov 2014 13:58:54 +0000
parents ef1f581001c6
children b28d76e6b898
files ipv4.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ipv4.c	Wed Nov 26 12:45:19 2014 +0000
+++ b/ipv4.c	Wed Nov 26 13:58:54 2014 +0000
@@ -595,7 +595,7 @@
 	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) {