From: Yang Tse Date: Thu, 10 Jun 2010 02:46:30 +0000 (+0200) Subject: remove unused 'tmpdata' and 'backup' ftp_parselist_data struct members X-Git-Tag: curl-7_21_0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88af6fbf98dd3091efacd32341e1d131cbfbfda5;p=thirdparty%2Fcurl.git remove unused 'tmpdata' and 'backup' ftp_parselist_data struct members --- diff --git a/lib/ftplistparser.c b/lib/ftplistparser.c index 08a794294a..77444bfd14 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;