summaryrefslogtreecommitdiff
path: root/lib/ftplistparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ftplistparser.c')
-rw-r--r--lib/ftplistparser.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/ftplistparser.c b/lib/ftplistparser.c
index 08a794294..77444bfd1 100644
--- a/lib/ftplistparser.c
+++ b/lib/ftplistparser.c
@@ -163,17 +163,6 @@ struct ftp_parselist_data {
} NT;
} state;
- struct {
- char *buffer;
- size_t bufferlength; /* how many bytes is allocated at *buffer */
- size_t bufferin; /* how many bytes is in buffer */
- } tmpdata;
-
- struct {
- curl_write_callback old_fwritefunc;
- FILE *old_file_descriptor;
- } backup;
-
CURLcode error;
struct curl_fileinfo *file_data;
unsigned int item_length;