mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove uneeded int2big property for Universal Parser
This commit is contained in:
parent
f07ef1d54c
commit
4e7e972841
Notes:
git
2023-08-05 02:39:57 +00:00
3 changed files with 0 additions and 3 deletions
|
@ -681,7 +681,6 @@ rb_parser_config_initialize(rb_parser_config_t *config)
|
|||
|
||||
config->bignum_negate = bignum_negate;
|
||||
config->big_norm = rb_big_norm;
|
||||
config->int2big = rb_int2big;
|
||||
config->cstr_to_inum = rb_cstr_to_inum;
|
||||
|
||||
config->float_new = rb_float_new;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue