summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-02-19 14:46:40 +0900
committerNobuyoshi Nakada <[email protected]>2024-02-19 16:33:26 +0900
commitb1d70e426430bd268747c0aef6811447042c2577 (patch)
tree646562afb42f43e127ecb9658da6b0addcfda492 /ruby_parser.c
parentfcc55dc2261b4c61da711c10a5476d05d4391eca (diff)
[Bug #20280] Check by `rb_parser_enc_str_coderange`
Co-authored-by: Yuichiro Kaneko <[email protected]>
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 f74511941b..7061f2be5b 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -551,7 +551,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.id2str = rb_id2str,
.id2sym = rb_id2sym,
.sym2id = rb_sym2id,
- .str_valid_encoding_p = rb_str_valid_encoding_p,
.str_catf = rb_str_catf,
.str_cat_cstr = rb_str_cat_cstr,