summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arith.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arith.c b/arith.c
index 2bfda382..fc3f80ce 100644
--- a/arith.c
+++ b/arith.c
@@ -54,7 +54,6 @@
#define max(a, b) ((a) > (b) ? (a) : (b))
#define TAG_PAIR(A, B) ((A) << TAG_SHIFT | (B))
-#define NOOP(A, B)
#define CNUM_BIT ((int) sizeof (cnum) * CHAR_BIT)
#define ABS(A) ((A) < 0 ? -(A) : (A))