removed commented out call

This commit is contained in:
Camilo Roca 2020-02-16 22:02:37 +01:00
parent 1c946ce605
commit 46ceb654f7
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ var INVALID_INTERVAL = require('./tree/Tree').INVALID_INTERVAL;
var INVALID_ALT_NUMBER = require('./atn/ATN').INVALID_ALT_NUMBER;
function RuleContext(parent, invokingState) {
//RuleNode.call(this);
// What context invoked this rule?
this.parentCtx = parent || null;
// What state invoked the rule associated with this context?