Skip to content

Commit

Permalink
[Truffle] Comment not relevant anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 18, 2016
1 parent 1c94ebb commit 6c6bf76
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
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6c6bf76

Please sign in to comment.