scope: remove unused references instance property
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user