Skip to content

Commit 38651b8

Browse files
committed
[GR-23791] Do not report polymorphism for MetaClassNode
PullRequest: truffleruby/2028
2 parents e275004 + ad8cb13 commit 38651b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/truffleruby/language/objects/MetaClassNode.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010
package org.truffleruby.language.objects;
1111

12-
import com.oracle.truffle.api.dsl.ReportPolymorphism;
1312
import org.truffleruby.RubyContext;
1413
import org.truffleruby.RubyLanguage;
1514
import org.truffleruby.core.klass.RubyClass;
@@ -24,7 +23,6 @@
2423
import com.oracle.truffle.api.dsl.GenerateUncached;
2524
import com.oracle.truffle.api.dsl.Specialization;
2625

27-
@ReportPolymorphism
2826
@GenerateUncached
2927
public abstract class MetaClassNode extends RubyBaseNode {
3028

0 commit comments

Comments
 (0)