From d9a8f1b91a800ec65aebdf0c89f324e77c08302c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 5 Jun 2008 10:24:11 +0200 Subject: [PATCH] Kill the MAX macro. It's unused and produces a warning on Mac OS. --- log.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/log.h b/log.h index 9c3bf4b..8c648f4 100644 --- a/log.h +++ b/log.h @@ -23,9 +23,6 @@ #include #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 */ -- 2.39.2