summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 8ac94ad506..3cacc010b8 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -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;
}