proc.c: Remove non-sense /* fall through */

This commit is contained in:
Yusuke Endoh 2020-03-16 11:00:32 +09:00
Родитель 4ea8356946
Коммит ad10760b05
1 изменённых файлов: 0 добавлений и 1 удалений

1
proc.c
Просмотреть файл

@ -1170,7 +1170,6 @@ rb_block_arity(void)
rb_proc_t *proc;
GetProcPtr(procval, proc);
return (proc->is_lambda ? min == max : max != UNLIMITED_ARGUMENTS) ? min : -min-1;
/* fall through */
}
default: