diff options
author | S-H-GAMELINKS <[email protected]> | 2023-08-04 12:18:00 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2023-08-05 11:39:38 +0900 |
commit | 4e7e972841f73b222e46b86ebff191e06fe49da5 () | |
tree | d0c6d837bb44056d7a12dd121db4b6c17cad380a /ruby_parser.c | |
parent | f07ef1d54c3bbae62e2ddd7266932c294db91daf (diff) |
Remove uneeded int2big property for Universal Parser
Notes: Merged: https://.com/ruby/ruby/pull/8170
-rw-r--r-- | ruby_parser.c | 1 |
1 files changed, 0 insertions, 1 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; |