mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unused function from struct rb_parser_config_struct
This commit is contained in:
parent
184db1fd6a
commit
cfd48adb2f
3 changed files with 0 additions and 7 deletions
|
@ -573,8 +573,6 @@ static const rb_parser_config_t rb_global_parser_config = {
|
|||
.enc_isascii = enc_isascii,
|
||||
.enc_mbc_to_codepoint = enc_mbc_to_codepoint,
|
||||
|
||||
.ractor_make_shareable = rb_ractor_make_shareable,
|
||||
|
||||
.local_defined = local_defined,
|
||||
.dvar_defined = dvar_defined,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue