aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-02-02 20:35:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-02-02 20:35:38 +0200
commitc1b65c4a24b99a52022c6048e97e45e2ce474bce (patch)
tree6214a66d96781ee6c994ebce191f0322d0eec652 /awkgram.c
parentedf554a5da1897833460937730ba9ea88daaf0fc (diff)
downloadegawk-c1b65c4a24b99a52022c6048e97e45e2ce474bce.tar.gz
egawk-c1b65c4a24b99a52022c6048e97e45e2ce474bce.tar.bz2
egawk-c1b65c4a24b99a52022c6048e97e45e2ce474bce.zip
Update NEWS. Minor fix.
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index b583c8da..6a283d53 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -8312,7 +8312,6 @@ free_context(AWK_CONTEXT *ctxt, int keep_globals)
static void
free_bc_internal(INSTRUCTION *cp)
{
- INSTRUCTION *curr;
NODE *m;
switch(cp->opcode) {