Skip to content

Commit

Permalink
remove unused 'tmpdata' and 'backup' ftp_parselist_data struct members
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed Jun 10, 2010
1 parent 6b6fe2a commit 88af6fb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/ftplistparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 88af6fb

Please sign in to comment.