about summary refs log tree commit diff
path: root/Src/exec.c
diff options
context:
space:
mode:
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;