1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

This commit is contained in:
Yang Tse 2010-06-10 04:46:30 +02:00
parent 6b6fe2a4d5
commit 88af6fbf98

View File

@ -163,17 +163,6 @@ struct ftp_parselist_data {
} NT; } NT;
} state; } 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; CURLcode error;
struct curl_fileinfo *file_data; struct curl_fileinfo *file_data;
unsigned int item_length; unsigned int item_length;