about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Src/exec.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c6a30dd16..c1d4243d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-08  Peter Stephenson  <pws@csr.com>
 
+	* 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;