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 61262fb4db..5d5a5071cf 100644
--- a/random.c
+++ b/random.c
@@ -687,7 +687,6 @@ rb_f_srand(int argc, VALUE *argv, VALUE obj)
VALUE seed, old;
rb_random_t *r = &default_rand;
- rb_secure(4);
if (argc == 0) {
seed = random_seed();
}