Skip to content

Commit

Permalink
Drop unused return
Browse files Browse the repository at this point in the history
  • Loading branch information
mcimadamore committed Jun 14, 2024
1 parent 21a76a3 commit 96ec2d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ void visitSymbol(Symbol sym) {
VarSymbol v = (VarSymbol) _sym;
if (v.getConstValue() == null) {
addFreeVar(v);
return;
}
}
}
Expand Down

0 comments on commit 96ec2d4

Please sign in to comment.