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/a-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/a-path.c') diff --git a/nest/a-path.c b/nest/a-path.c index 3541522..0ea3e7b 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -47,7 +47,7 @@ as_path_format(struct adata *path, byte *buf, unsigned int size) byte *e = p + path->length; byte *end = buf + size - 8; int sp = 1; - int l, type, isset, as; + int l, isset; while (p < e) { -- cgit v1.2.3