scope: remove unused references instance property

This commit is contained in:
Sebastian McKenzie 2014-11-16 14:34:29 +11:00
parent d0a2bd170e
commit e290990371

View File

@ -12,7 +12,6 @@ function Scope(parent, block) {
this.info = this.getInfo();
this.declarations = this.info.declarations;
this.references = this.info.references;
}
Scope.prototype.getInfo = function () {