From: Daniel Stenberg Date: Fri, 16 Mar 2001 15:21:26 +0000 (+0000) Subject: removed the CURL_SEPARATORS define X-Git-Tag: curl-7_7-beta5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a5208e6b478aa3cb33f3d88396e3be7e431f9e;p=thirdparty%2Fcurl.git removed the CURL_SEPARATORS define --- diff --git a/src/main.c b/src/main.c index af0db73cf4..c2c7e7edf5 100644 --- a/src/main.c +++ b/src/main.c @@ -38,11 +38,6 @@ #define CURLseparator "--_curl_--" -/* This define make use of the "Curlseparator" as opposed to the - MIMEseparator. We might add support for the latter one in the - future, and that's why this is left in the source. */ -#define CURL_SEPARATORS - /* This is now designed to have its own local setup.h */ #include "setup.h"