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' ```
This commit is contained in:
parent
9ebfda07f7
commit
7124c34f51
Loading…
x
Reference in New Issue
Block a user