summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/complex.c b/complex.c
index 313e564186..44fd65756c 100644
--- a/complex.c
+++ b/complex.c
@@ -45,13 +45,6 @@ static ID id_abs, id_arg,
#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) \
inline static VALUE \
f_##n(VALUE x)\