summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/compile.c b/compile.c
index 2f7fc1d6b4..5e79427893 100644
--- a/compile.c
+++ b/compile.c
@@ -5282,9 +5282,6 @@ insn_data_to_s_detail(INSN *iobj)
{
rb_call_info_t *ci = (rb_call_info_t *)OPERAND_AT(iobj, j);
rb_str_catf(str, "<callinfo:%s, %d>", ci->mid ? rb_id2name(ci->mid) : "", ci->orig_argc);
- if (ci->orig_argc > 60) {
- rb_bug("xyzzy");
- }
break;
}
case TS_CDHASH: /* case/when condition cache */