about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-08-08 17:01:17 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-08-08 17:01:17 +0000
commit5587d05958c02913c47ce53b0e3636aa8e1fa88f (patch)
tree012649df40b46d265c740b2cfcc5729d44f10738
parentd307660deeb115dd2061654c2ddcd4407cadb04c (diff)
downloadzsh-5587d05958c02913c47ce53b0e3636aa8e1fa88f.tar.gz
zsh-5587d05958c02913c47ce53b0e3636aa8e1fa88f.tar.xz
zsh-5587d05958c02913c47ce53b0e3636aa8e1fa88f.zip
unposted: unnecessary variable in 21575
-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;