We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6649285 commit d1e8698Copy full SHA for d1e8698
src/main/java/org/truffleruby/language/methods/LookupMethodNode.java
@@ -76,7 +76,6 @@ protected InternalMethod lookupMethodUncached(
76
@CachedContext(RubyLanguage.class) RubyContext context,
77
@Cached MetaClassNode metaClassNode,
78
@Cached ConditionProfile noCallerMethodProfile,
79
- @Cached ConditionProfile isSendProfile,
80
@Cached ConditionProfile foreignProfile,
81
@Cached ConditionProfile noPrependedModulesProfile,
82
@Cached ConditionProfile onMetaClassProfile,
0 commit comments