File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/org/truffleruby/core/encoding Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 58
58
import com .oracle .truffle .api .CompilerDirectives .TruffleBoundary ;
59
59
import com .oracle .truffle .api .dsl .Cached ;
60
60
import com .oracle .truffle .api .dsl .Fallback ;
61
- import com .oracle .truffle .api .dsl .ReportPolymorphism ;
62
61
import com .oracle .truffle .api .dsl .Specialization ;
63
62
import com .oracle .truffle .api .profiles .BranchProfile ;
64
63
import com .oracle .truffle .api .profiles .ConditionProfile ;
65
64
66
65
@ CoreModule (value = "Encoding" , isClass = true )
67
66
public abstract class EncodingNodes {
68
67
69
- @ ReportPolymorphism
70
68
@ CoreMethod (names = "ascii_compatible?" )
71
69
public abstract static class AsciiCompatibleNode extends CoreMethodArrayArgumentsNode {
72
70
@@ -432,7 +430,6 @@ protected ImmutableRubyString localeCharacterMap(
432
430
}
433
431
}
434
432
435
- @ ReportPolymorphism
436
433
@ CoreMethod (names = "dummy?" )
437
434
public abstract static class DummyNode extends CoreMethodArrayArgumentsNode {
438
435
You can’t perform that action at this time.
0 commit comments