aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/awkgram.y b/awkgram.y
index 04d2e089..03d93ae2 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -1517,8 +1517,6 @@ non_post_simp_exp
&& ($2->lasti->memory->flags & (STRCUR|STRING)) == 0
) {
NODE *n = $2->lasti->memory;
- int tval;
-
(void) force_number(n);
negate_num(n);
$$ = $2;