From 6a57bb311018570b6ee7beccafd2075108e346cb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 2004 20:57:38 +0000 Subject: Killed a couple of unused variables. We really should compile with warnings enabled. --- filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter.c') diff --git a/filter/filter.c b/filter/filter.c index a50dce6..9bae856 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -294,7 +294,7 @@ interpret(struct f_inst *what) { struct symbol *sym; struct f_val v1, v2, res; - int i,j,k; + int i; res.type = T_VOID; if (!what) -- cgit v1.2.3