Removed binop macro which has not been used
This commit is contained in:
parent
d30d404bc4
commit
2553608c3b
@ -45,13 +45,6 @@ static ID id_abs, id_arg,
|
|||||||
|
|
||||||
#define f_boolcast(x) ((x) ? Qtrue : Qfalse)
|
#define f_boolcast(x) ((x) ? Qtrue : Qfalse)
|
||||||
|
|
||||||
#define binop(n,op) \
|
|
||||||
inline static VALUE \
|
|
||||||
f_##n(VALUE x, VALUE y)\
|
|
||||||
{\
|
|
||||||
return rb_funcall(x, (op), 1, y);\
|
|
||||||
}
|
|
||||||
|
|
||||||
#define fun1(n) \
|
#define fun1(n) \
|
||||||
inline static VALUE \
|
inline static VALUE \
|
||||||
f_##n(VALUE x)\
|
f_##n(VALUE x)\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user