removed the min() macro define

This commit is contained in:
Daniel Stenberg 2004-03-16 09:16:38 +00:00
parent eea2287068
commit fc67cca882
1 changed files with 0 additions and 4 deletions

View File

@ -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 {