X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=log.h;h=68adc32d20d64349d039335a28467a42cf785488;hb=eece377c8461b2cf74953b9a0a1c9edcb6be5460;hp=9c3bf4ba6eaf2d398e52cb4aadfad36bb7c48434;hpb=42a43cd4cc1849658130214cb244e0c88e824471;p=osl.git diff --git a/log.h b/log.h index 9c3bf4b..68adc32 100644 --- a/log.h +++ b/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2008 Andre Noll + * Copyright (C) 1997-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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 */