aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyzer.c')
-rw-r--r--src/analyzer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analyzer.c b/src/analyzer.c
index 4b2034b..5f4262a 100644
--- a/src/analyzer.c
+++ b/src/analyzer.c
@@ -21,7 +21,6 @@
#define LOG2_10 (3.321928)
#define MP_BITCNT_MAX ((mp_bitcnt_t)-1)
-#define MIN(x, y) ((x) < (y) ? (x) : (y))
/* In debug builds we want to actually alloc a new mpq_t so that it’s
easier to free memory without doing a double free */