X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=log.h;h=8c648f4ddf65a435a27b211983abfeb55abcf922;hp=9c3bf4ba6eaf2d398e52cb4aadfad36bb7c48434;hb=7d53d2f571da94ec9caf85fb456118ebee85fcf9;hpb=42a43cd4cc1849658130214cb244e0c88e824471 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 */