aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 875dd0032..f701fe96c 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -834,13 +834,6 @@ struct connectdata {
struct Curl_async async;
#endif
- struct connectdata *sec_conn; /* secondary connection for 3rd party
- transfer */
- char *sec_path; /* The source path for FTP 3rd party */
- char *sec_pathbuffer;
-
- enum { NORMAL, SOURCE3RD, TARGET3RD } xfertype;
-
/* These three are used for chunked-encoding trailer support */
char *trailer; /* allocated buffer to store trailer in */
int trlMax; /* allocated buffer size */