pop3: remove unused variable

This commit is contained in:
Daniel Stenberg 2011-03-18 09:18:22 +01:00
parent ef1c18b952
commit 0c05ee3a33
1 changed files with 0 additions and 1 deletions

View File

@ -906,7 +906,6 @@ static CURLcode pop3_dophase_done(struct connectdata *conn,
bool connected)
{
struct FTP *pop3 = conn->data->state.proto.pop3;
struct pop3_conn *pop3c = &conn->proto.pop3c;
(void)connected;
if(pop3->transfer != FTPTRANSFER_BODY)