Skip to content

Commit d1e8698

Browse files
committed
Remove unused profile
1 parent 6649285 commit d1e8698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/truffleruby/language/methods/LookupMethodNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ protected InternalMethod lookupMethodUncached(
7676
@CachedContext(RubyLanguage.class) RubyContext context,
7777
@Cached MetaClassNode metaClassNode,
7878
@Cached ConditionProfile noCallerMethodProfile,
79-
@Cached ConditionProfile isSendProfile,
8079
@Cached ConditionProfile foreignProfile,
8180
@Cached ConditionProfile noPrependedModulesProfile,
8281
@Cached ConditionProfile onMetaClassProfile,

0 commit comments

Comments
 (0)