Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -18,10 +18,6 @@ public String getLabel() {

@Override
public Object execute(IRScope s, Object... data) {
for (IRClosure c: s.getClosures()) {
run(c, false, true);
}

optimizeTmpVars(s);

return null;

0 comments on commit 03bc9c6

Please sign in to comment.