aboutsummaryrefslogtreecommitdiffstats
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/random.c b/random.c
index f3dec5cca2..dc7e4771cd 100644
--- a/random.c
+++ b/random.c
@@ -1816,9 +1816,6 @@ InitVM_Random(void)
rb_define_method(rb_cRandom, "seed", random_get_seed, 0);
#endif
- rb_define_const(rb_cRandom, "DEFAULT", rb_cRandom);
- rb_deprecate_constant(rb_cRandom, "DEFAULT");
-
rb_define_singleton_method(rb_cRandom, "srand", rb_f_srand, -1);
rb_define_singleton_method(rb_cRandom, "rand", random_s_rand, -1);
rb_define_singleton_method(rb_cRandom, "bytes", random_s_bytes, 1);