From 93a786cb034fdd18b8131a16a6ea3d1cd9bd00de Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 May 2000 20:30:36 +0000 Subject: Removed a lot of unused variables. Please try compiling your code with --enable-warnings to see them. (The unused parameter warnings are usually bogus, the unused variable ones are very useful, but gcc is unable to control them separately.) --- nest/iface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nest/iface.c') diff --git a/nest/iface.c b/nest/iface.c index d41b39d..c585a53 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -202,7 +202,6 @@ struct iface * if_update(struct iface *new) { struct iface *i; - struct ifa *a, *b; unsigned c; WALK_LIST(i, iface_list) @@ -263,7 +262,7 @@ if_end_partial_update(struct iface *i) void if_end_update(void) { - struct iface *i, j; + struct iface *i; struct ifa *a, *b; if (!config->router_id) -- cgit v1.2.3