aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y5
1 files changed, 0 insertions, 5 deletions
diff --git a/awkgram.y b/awkgram.y
index f4a5e9c7..db70ccb8 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -516,12 +516,7 @@ hard_regexp
YYABORT;
}
$$ = $1;
-#if 0
- /* Don't set this, on purpose */
- /* $$->opcode = Op_match_rec; */
-#else
$$->opcode = Op_push_re;
-#endif
$$->memory = n;
}