mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
We don't need to check if the ci is markable anymore
It doesn't matter if CI's are stack allocated or not.
This commit is contained in:
parent
d3a7e55542
commit
0434dfb76b
3 changed files with 5 additions and 22 deletions
|
@ -427,7 +427,6 @@ rb_vm_ci_lookup(ID mid, unsigned int flag, unsigned int argc, const struct rb_ca
|
|||
RB_VM_LOCK_LEAVE();
|
||||
|
||||
VM_ASSERT(ci);
|
||||
VM_ASSERT(vm_ci_markable(ci));
|
||||
|
||||
return ci;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue