summaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-04 22:30:36 +0200
committerMartin Mares <mj@ucw.cz>2000-05-04 22:30:36 +0200
commit93a786cb034fdd18b8131a16a6ea3d1cd9bd00de (patch)
tree7880559e8ad6f66b65a0fc97dfdf69f491a00e4a /nest/rt-table.c
parentc817b9916f1134f687ba53220d607e6e193cf651 (diff)
downloadbird-93a786cb034fdd18b8131a16a6ea3d1cd9bd00de.tar
bird-93a786cb034fdd18b8131a16a6ea3d1cd9bd00de.zip
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.)
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c1
1 files changed, 0 insertions, 1 deletions
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)