removed unused #ifdef'ed section
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 May 2001 11:38:42 +0000 (11:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 May 2001 11:38:42 +0000 (11:38 +0000)
lib/transfer.h

index 8237bec..0cda6ad 100644 (file)
@@ -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