diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-02-19 14:46:40 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-02-19 16:33:26 +0900 |
commit | b1d70e426430bd268747c0aef6811447042c2577 (patch) | |
tree | 646562afb42f43e127ecb9658da6b0addcfda492 /ruby_parser.c | |
parent | fcc55dc2261b4c61da711c10a5476d05d4391eca (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.c | 1 |
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, |