summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-01-07 19:39:35 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-01-07 19:39:35 +0000
commit80ffd3581f4c7545f3b4d38138d0c8f11cde1da8 (patch)
tree5cb26280627c80191cf564a4d2aef9a0a4e34034 /src
parentdd058b8de60ed079367676ca91299f8c0a306715 (diff)
downloadcurl-80ffd3581f4c7545f3b4d38138d0c8f11cde1da8.tar.gz
Created a CURLMIN macro to match CURLMAX
Diffstat (limited to 'src')
-rw-r--r--src/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.c b/src/main.c
index de7852168..f8e53384d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -184,14 +184,6 @@ char **__crt0_glob_function (char *arg)
#define CURL_PROGRESS_STATS 0 /* default progress display */
#define CURL_PROGRESS_BAR 1
-/**
- * @def MIN
- * standard MIN macro
- */
-#ifndef MIN
-#define MIN(X,Y) (((X) < (Y)) ? (X) : (Y))
-#endif
-
typedef enum {
HTTPREQ_UNSPEC,
HTTPREQ_GET,