summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2024-08-26 23:01:54 +0900
committerYuichiro Kaneko <[email protected]>2024-08-27 09:59:43 +0900
commit52c4d0e04825071044fa3b3062371a356924044c (patch)
tree6aafbd8cc8942b1458898089e2fd3ec137ab486a /ruby_parser.c
parente5295644c983c909fbdad48c2cdfbdcbf4067102 (diff)
Remove `enc_coderange_broken` field from `struct rb_parser_config_struct`
It has not been used since fcc55dc2261b4c61da711c10a5476d05d4391eca.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11464
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 93901ea4d9..8e68493de1 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -418,7 +418,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.enc_coderange_7bit = ENC_CODERANGE_7BIT,
.enc_coderange_unknown = ENC_CODERANGE_UNKNOWN,
.usascii_encoding = usascii_encoding,
- .enc_coderange_broken = ENC_CODERANGE_BROKEN,
.enc_mbminlen = enc_mbminlen,
.enc_isascii = enc_isascii,
.enc_mbc_to_codepoint = enc_mbc_to_codepoint,