Skip to content
Snippets Groups Projects
Commit 88af6fbf authored by Yang Tse's avatar Yang Tse
Browse files

remove unused 'tmpdata' and 'backup' ftp_parselist_data struct members

parent 6b6fe2a4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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