summaryrefslogtreecommitdiff
path: root/universal_parser.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2023-08-09 20:56:16 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-08-11 13:50:00 +0900
commita792890e9b92b284992a80f7acfcdb13cf142ba5 (patch)
tree4219c66c0a76fd4a70b3d16eda72a958990b5289 /universal_parser.c
parent654b64822395ead530ac3ecae318197be85c8b52 (diff)
Remove uneeded fix2int and rational_raw property for Universal Parser
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8190
Diffstat (limited to 'universal_parser.c')
-rw-r--r--universal_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/universal_parser.c b/universal_parser.c
index fa3520eaeb..1e7fc41fa0 100644
--- a/universal_parser.c
+++ b/universal_parser.c
@@ -233,7 +233,6 @@ struct rb_imemo_tmpbuf_struct {
#undef DBL2NUM
#define DBL2NUM p->config->float_new
-#define rb_fix2int p->config->fix2int
#undef NUM2INT
#define NUM2INT p->config->num2int
#define rb_int_positive_pow p->config->int_positive_pow
@@ -243,7 +242,6 @@ struct rb_imemo_tmpbuf_struct {
#define FIX2LONG p->config->fix2long
#define rb_rational_new p->config->rational_new
-#define rb_rational_raw p->config->rational_raw
#undef rb_rational_raw1
#define rb_rational_raw1 p->config->rational_raw1
#define rational_set_num p->config->rational_set_num