1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

removed unused #ifdef'ed section

This commit is contained in:
Daniel Stenberg 2001-05-11 11:38:42 +00:00
parent 11f2464a22
commit 4c2ca97d6d

View File

@ -35,11 +35,4 @@ Curl_Transfer (struct connectdata *data,
the same we read from. -1 disables */ the same we read from. -1 disables */
long *writebytecountp /* return number of bytes written */ 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 #endif