aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/util.h b/util.h
index 2a139ec..f1f4f14 100644
--- a/util.h
+++ b/util.h
@@ -27,9 +27,6 @@
#include "types.h"
-#ifndef ABS
-#define ABS(a) ((a) < 0 ? -(a) : (a))
-#endif
#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#endif