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 e4d0e1f commit 3d4443f
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 3d4443f

Please sign in to comment.