Kill the MAX macro.
[osl.git] / log.h
diff --git a/log.h b/log.h
index 9c3bf4ba6eaf2d398e52cb4aadfad36bb7c48434..8c648f4ddf65a435a27b211983abfeb55abcf922 100644 (file)
--- a/log.h
+++ b/log.h
@@ -23,9 +23,6 @@
 #include <assert.h>
 #include "gcc-compat.h"
 
-/** compute the maximum of \a a and \a b */
-#define MAX(a,b) ((a) > (b) ? (a) : (b))
-
 /** debug loglevel, gets really noisy */
 #define DEBUG 1
 /** still noisy, but won't fill your disk */