mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48: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)
|
||||
{
|
||||
struct FTP *smtp = conn->data->state.proto.smtp;
|
||||
struct smtp_conn *smtpc = &conn->proto.smtpc;
|
||||
|
||||
(void)connected;
|
||||
|
||||
if(smtp->transfer != FTPTRANSFER_BODY)
|
||||
|
Loading…
Reference in New Issue
Block a user