This commit is contained in:
Terence Parr 2015-05-22 13:03:03 -07:00
parent b539521c5d
commit fb0e1c0cdb
1 changed files with 0 additions and 4 deletions

View File

@ -800,10 +800,6 @@ namespace Antlr4.Runtime
{
AddContextToParseTree();
}
if (_parseListeners != null)
{
TriggerEnterRuleEvent();
}
}
public virtual void EnterLeftFactoredRule(ParserRuleContext localctx, int state, int ruleIndex)