From: Daniel Stenberg Date: Fri, 11 May 2001 11:38:42 +0000 (+0000) Subject: removed unused #ifdef'ed section X-Git-Tag: curl-7_8-pre2~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c2ca97d6d50ec9ea48893659a8af6de954e26dd;p=thirdparty%2Fcurl.git removed unused #ifdef'ed section --- diff --git a/lib/transfer.h b/lib/transfer.h index 8237bec2b8..0cda6adbbb 100644 --- a/lib/transfer.h +++ b/lib/transfer.h @@ -35,11 +35,4 @@ Curl_Transfer (struct connectdata *data, the same we read from. -1 disables */ long *writebytecountp /* return number of bytes written */ ); - -#ifdef _OLDCURL -/* "hackish" define to make sources compile without too much human editing. - Don't use "Tranfer()" anymore! */ -#define Transfer(a,b,c,d,e,f,g) Curl_Transfer(a,b,c,d,e,f,g) -#endif - #endif