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/rt-table.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index 0c4c9e7..832e9ef 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -747,7 +747,6 @@ rt_show_cleanup(struct cli *c) void rt_show(struct rt_show_data *d) { - struct rtable_config *tc; net *n; if (d->pxlen == 256) -- cgit v1.2.3