summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/random.c b/random.c
index b00675d771..f9487ae480 100644
--- a/random.c
+++ b/random.c
@@ -224,7 +224,6 @@ rb_f_rand(argc, argv, obj)
}
vmax = rb_dbl2big(RFLOAT(vmax)->value);
/* fall through */
- case T_BIGNUM:
{
long len = RBIGNUM(vmax)->len;
double *buf = ALLOCA_N(double, len);