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 --- ChangeLog | 3 +++ Src/exec.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6a30dd16..c1d4243d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-08 Peter Stephenson + * unposted: Src/exec.c: removed unnecessary augment variable from + 21575 + * 21575 plus unposted changes to Functions/TCP/*: Completion/compinit, Doc/Zsh/options.yo, Functions/TCP/tcp_expect, Functions/TCP/tcp_open, Functions/TCP/tcp_read, 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 v1.2.3