From: Daniel Stenberg Date: Tue, 16 Mar 2004 09:16:38 +0000 (+0000) Subject: removed the min() macro define X-Git-Tag: curl-7_11_1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc67cca882651a96a6db11cc01c2be85722c9bb0;p=thirdparty%2Fcurl.git removed the min() macro define --- diff --git a/lib/transfer.c b/lib/transfer.c index cc13a6c42d..84d244ef03 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -111,10 +111,6 @@ #include "memdebug.h" #endif -#ifndef min -#define min(a, b) ((a) < (b) ? (a) : (b)) -#endif - #define CURL_TIMEOUT_EXPECT_100 1000 /* counting ms here */ enum {