aboutsummaryrefslogtreecommitdiff
path: root/lib/tftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-24 23:18:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-24 23:18:21 +0000
commit162c039e9d0b19bd98244e35e6265b2ff978c085 (patch)
treed84fb75ecd04283d4d060289a35b77a1af8e6d4d /lib/tftp.c
parent13648f8ccda6f99674ac407640474634e856804c (diff)
reqdata doesn't exist anymore and the path moved to the UrlState struct
Diffstat (limited to 'lib/tftp.c')
-rw-r--r--lib/tftp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tftp.c b/lib/tftp.c
index 245334ae7..dd64bef9f 100644
--- a/lib/tftp.c
+++ b/lib/tftp.c
@@ -676,10 +676,6 @@ static CURLcode Curl_tftp_done(struct connectdata *conn, CURLcode status,
(void)status; /* unused */
(void)premature; /* not used */
-#if 0
- free(conn->data->reqdata.proto.tftp);
- conn->data->reqdata.proto.tftp = NULL;
-#endif
Curl_pgrsDone(conn);
return CURLE_OK;