From: Andre Noll Date: Thu, 5 Jun 2008 08:24:11 +0000 (+0200) Subject: Kill the MAX macro. X-Git-Tag: v0.1.0~83 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=d9a8f1b91a800ec65aebdf0c89f324e77c08302c Kill the MAX macro. It's unused and produces a warning on Mac OS. --- 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 */