Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions truffle/src/main/java/org/jruby/truffle/Log.java
Original file line number Diff line number Diff line change
@@ -84,8 +84,6 @@ public static void notOptimizedOnce(String message) {
*/
@TruffleBoundary
public static void performanceOnce(String message) {
// This isn't double-checked locking, because we aren't publishing an object that is then used

if (displayedWarnings.add(message)) {
performance(message);
}

0 comments on commit 6c6bf76

Please sign in to comment.