From 5587d05958c02913c47ce53b0e3636aa8e1fa88f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Aug 2005 17:01:17 +0000 Subject: unposted: unnecessary variable in 21575 --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index 39308b121..95583d4e7 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1649,7 +1649,7 @@ addvars(Estate state, Wordcode pc, int export) LinkList vl; int xtr, isstr, htok = 0; char **arr, **ptr, *name; - int flags, augment; + int flags; Wordcode opc = state->pc; wordcode ac; -- cgit 1.4.1