summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 64b812dd4b..caaab54e1d 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1786,8 +1786,6 @@ vm_call_method(rb_thread_t *th, rb_control_frame_t *cfp, rb_call_info_t *ci)
goto zsuper_method_dispatch;
}
}
- case VM_METHOD_TYPE__MAX:
- break;
}
rb_bug("vm_call_method: unsupported method type (%d)", ci->me->def->type);
}