From: Daniel Stenberg Date: Thu, 6 May 2004 15:17:10 +0000 (+0000) Subject: removed two odd comments X-Git-Tag: curl-7_12_0~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91c8be362833e0fd2ee36b904a4295c57cfbab10;p=curl removed two odd comments --- diff --git a/lib/url.c b/lib/url.c index 398815384..830ab9d30 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2551,7 +2551,6 @@ static CURLcode CreateConnection(struct SessionHandle *data, else if(strequal(conn->protostr, "FTP") || strequal(conn->protostr, "FTPS")) { -/* MN 06/07/02 */ #ifndef CURL_DISABLE_FTP char *type; int port = PORT_FTP; @@ -2626,8 +2625,6 @@ static CURLcode CreateConnection(struct SessionHandle *data, break; } } - -/* MN 06/07/02 */ #else /* CURL_DISABLE_FTP */ failf(data, LIBCURL_NAME " was built with FTP disabled, ftp/ftps: not supported!");