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 22e5d83 commit dd86371Copy full SHA for dd86371
vm_callinfo.h
@@ -472,19 +472,6 @@ vm_cc_invalidated_p(const struct rb_callcache *cc)
472
}
473
474
475
-// For RJIT. cc_cme is supposed to have inlined `vm_cc_cme(cc)`.
476
-static inline bool
477
-vm_cc_valid_p(const struct rb_callcache *cc, const rb_callable_method_entry_t *cc_cme, VALUE klass)
478
-{
479
- VM_ASSERT(IMEMO_TYPE_P(cc, imemo_callcache));
480
- if (cc->klass == klass && !METHOD_ENTRY_INVALIDATED(cc_cme)) {
481
- return 1;
482
- }
483
- else {
484
- return 0;
485
486
-}
487
-
488
/* callcache: mutate */
489
490
static inline void
0 commit comments