Skip to content

Commit

Permalink
Clean up println
Browse files Browse the repository at this point in the history
  • Loading branch information
biboudis committed Mar 21, 2024
1 parent fe424a6 commit 2f6642b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,6 @@ private int newLocal(Type type) {

public int newLocal(VarSymbol v) {
int reg = v.adr = newLocal(v.erasure(types));
System.out.println(v.name.toString() + "," + reg);
addLocalVar(v);
return reg;
}
Expand Down

0 comments on commit 2f6642b

Please sign in to comment.