aboutsummaryrefslogtreecommitdiffstats
path: root/eval.cc
diff options
context:
space:
mode:
Diffstat (limited to 'eval.cc')
-rw-r--r--eval.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.cc b/eval.cc
index de49297..ccbcf77 100644
--- a/eval.cc
+++ b/eval.cc
@@ -169,7 +169,6 @@ void Evaluator::EvalCommand(const CommandAST* ast) {
void Evaluator::EvalIf(const IfAST* ast) {
loc_ = ast->loc();
- last_rule_ = NULL;
bool is_true;
switch (ast->op) {