summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_parser.c')
-rw-r--r--ruby_parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby_parser.c b/ruby_parser.c
index 8a87b3ae64..314890c0af 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -373,7 +373,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.str_vcatf = rb_str_vcatf,
.rb_sprintf = rb_sprintf,
.rstring_ptr = RSTRING_PTR,
- .rstring_end = RSTRING_END,
.rstring_len = RSTRING_LEN,
.obj_as_string = rb_obj_as_string,