removed some unused variables
This commit is contained in:
@@ -243,7 +243,7 @@ AST_Lambda.DEFMETHOD("init_scope_vars", function(){
|
||||
AST_SymbolRef.DEFMETHOD("reference", function() {
|
||||
var def = this.definition();
|
||||
def.references.push(this);
|
||||
var orig_scope = def.scope, s = this.scope;
|
||||
var s = this.scope;
|
||||
while (s) {
|
||||
push_uniq(s.enclosed, def);
|
||||
s = s.parent_scope;
|
||||
|
||||
Reference in New Issue
Block a user