summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/re.c b/re.c
index f275d5eda2..451b9b6208 100644
--- a/re.c
+++ b/re.c
@@ -775,7 +775,6 @@ rb_reg_new_1(klass, s, len, options)
if (options & ~0x7) {
kcode_reset_option();
}
- rb_obj_call_init((VALUE)re, 0, 0);
return (VALUE)re;
}