Skip to content
Snippets Groups Projects
Commit 4c2ca97d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed unused #ifdef'ed section

parent 11f2464a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment