mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
smtp.c: Removed unused variable
This commit is contained in:
parent
6188855b67
commit
1aaf86a596
@ -1565,7 +1565,7 @@ static CURLcode smtp_disconnect(struct connectdata *conn,
|
|||||||
static CURLcode smtp_dophase_done(struct connectdata *conn, bool connected)
|
static CURLcode smtp_dophase_done(struct connectdata *conn, bool connected)
|
||||||
{
|
{
|
||||||
struct FTP *smtp = conn->data->state.proto.smtp;
|
struct FTP *smtp = conn->data->state.proto.smtp;
|
||||||
struct smtp_conn *smtpc = &conn->proto.smtpc;
|
|
||||||
(void)connected;
|
(void)connected;
|
||||||
|
|
||||||
if(smtp->transfer != FTPTRANSFER_BODY)
|
if(smtp->transfer != FTPTRANSFER_BODY)
|
||||||
|
Loading…
Reference in New Issue
Block a user