From: helly Date: Sat, 28 Jan 2006 14:00:30 +0000 (+0000) Subject: - Drop unused variable X-Git-Tag: 0.13.6~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1b489eecbabfeb5a74d1072789d63a991767cc6;p=re2c - Drop unused variable --- diff --git a/code.cc b/code.cc index 84f66ee5..5d251f3a 100644 --- a/code.cc +++ b/code.cc @@ -1215,8 +1215,6 @@ void DFA::emit(std::ostream &o, uint ind) for (s = head; s; s = s->next) { - RuleOp * ignore = NULL; - if (s->rule) { for (i = 0; i < s->go.nSpans; ++i) @@ -1234,8 +1232,6 @@ void DFA::emit(std::ostream &o, uint ind) continue; } } - - ignore = s->rule; } }