proc.c: Remove non-sense /* fall through */
This commit is contained in:
parent
4ea8356946
commit
ad10760b05
1
proc.c
1
proc.c
@ -1170,7 +1170,6 @@ rb_block_arity(void)
|
|||||||
rb_proc_t *proc;
|
rb_proc_t *proc;
|
||||||
GetProcPtr(procval, proc);
|
GetProcPtr(procval, proc);
|
||||||
return (proc->is_lambda ? min == max : max != UNLIMITED_ARGUMENTS) ? min : -min-1;
|
return (proc->is_lambda ? min == max : max != UNLIMITED_ARGUMENTS) ? min : -min-1;
|
||||||
/* fall through */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user