Skip to content

Commit 7768a69

Browse files
committed
Remove unused profile
1 parent f9571b1 commit 7768a69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/truffleruby/core/rope/RopeNodes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ protected Rope concatRightEmpty(ManagedRope left, Rope right, Encoding encoding,
467467
protected Rope concat(ManagedRope left, ManagedRope right, Encoding encoding,
468468
@Cached("createBinaryProfile()") ConditionProfile sameCodeRangeProfile,
469469
@Cached("createBinaryProfile()") ConditionProfile brokenCodeRangeProfile,
470-
@Cached("createBinaryProfile()") ConditionProfile isLeftSingleByteOptimizableProfile,
471470
@Cached("createBinaryProfile()") ConditionProfile shouldRebalanceProfile) {
472471
try {
473472
Math.addExact(left.byteLength(), right.byteLength());

0 commit comments

Comments
 (0)