aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-11 11:38:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-11 11:38:42 +0000
commit4c2ca97d6d50ec9ea48893659a8af6de954e26dd (patch)
tree9510b48a72a5b0a282d6651eb889fd1dc739c764 /lib/transfer.h
parent11f2464a220d56109265e491d7768ac6aaae4d63 (diff)
removed unused #ifdef'ed section
Diffstat (limited to 'lib/transfer.h')
-rw-r--r--lib/transfer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/transfer.h b/lib/transfer.h
index 8237bec2b..0cda6adbb 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