summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorydah <t.yudai92@gmail.com>2024-12-13 20:44:39 +0900
committerYudai Takada <t.yudai92@gmail.com>2025-01-04 18:04:42 +0900
commit7124c34f516c82ee483ca9a8bf3346926c7a2a80 (patch)
tree62ca07028e461159cb13aba8821c04ffa28c5486 /test/ruby
parent9ebfda07f7d51497b85961f99a00562800696de9 (diff)
Remove unused `FIXNUM_OR` macro from compile.c
This PR remove unused FIXNUM_OR macro from compile.c before: ``` ❯ git grep 'FIXNUM_OR' compile.c:#define FIXNUM_OR(n, i) ((n)|INT2FIX(i)) ``` after: ``` ❯ git grep 'FIXNUM_OR' ```
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions