aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 6741590f8e..a86226e610 100644
--- a/gc.c
+++ b/gc.c
@@ -7012,7 +7012,6 @@ static VALUE
gc_stress_set_m(VALUE self, VALUE flag)
{
rb_objspace_t *objspace = &rb_objspace;
- rb_secure(2);
gc_stress_set(objspace, flag);
return flag;
}