summaryrefslogtreecommitdiff
path: root/vm_callinfo.h
diff options
context:
space:
mode:
-rw-r--r--vm_callinfo.h3
1 files changed, 2 insertions, 1 deletions
@@ -575,7 +575,8 @@ struct rb_class_cc_entries {
int len;
const struct rb_callable_method_entry_struct *cme;
struct rb_class_cc_entries_entry {
- const struct rb_callinfo *ci;
const struct rb_callcache *cc;
} *entries;
};