mirror of
https://github.com/curl/curl.git
synced 2026-08-04 13:46:26 +03:00
pop3: remove unused variable
This commit is contained in:
parent
ef1c18b952
commit
0c05ee3a33
1 changed files with 0 additions and 1 deletions
|
|
@ -906,7 +906,6 @@ static CURLcode pop3_dophase_done(struct connectdata *conn,
|
||||||
bool connected)
|
bool connected)
|
||||||
{
|
{
|
||||||
struct FTP *pop3 = conn->data->state.proto.pop3;
|
struct FTP *pop3 = conn->data->state.proto.pop3;
|
||||||
struct pop3_conn *pop3c = &conn->proto.pop3c;
|
|
||||||
(void)connected;
|
(void)connected;
|
||||||
|
|
||||||
if(pop3->transfer != FTPTRANSFER_BODY)
|
if(pop3->transfer != FTPTRANSFER_BODY)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue