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