Skip to content

Commit 9500357

Browse files
committed
Remove unneeded ReportPolymorphism for Array#clear
1 parent 3e4e27f commit 9500357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/truffleruby/core/array/ArrayNodes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ protected int normalize(int arraySize, int index,
455455
}
456456

457457
@CoreMethod(names = "clear", raiseIfFrozenSelf = true)
458-
@ReportPolymorphism
459458
public abstract static class ClearNode extends ArrayCoreMethodNode {
460459

461460
@Specialization

0 commit comments

Comments
 (0)