about summary refs log tree commit diff
path: root/Src/exec.c
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 /Src/exec.c
parentd307660deeb115dd2061654c2ddcd4407cadb04c (diff)
downloadzsh-5587d05958c02913c47ce53b0e3636aa8e1fa88f.tar.gz
zsh-5587d05958c02913c47ce53b0e3636aa8e1fa88f.tar.xz
zsh-5587d05958c02913c47ce53b0e3636aa8e1fa88f.zip
unposted: unnecessary variable in 21575
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c2
1 files changed, 1 insertions, 1 deletions
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;