mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:47:16 +03:00
smtp.c: Removed unused variable
This commit is contained in:
parent
6188855b67
commit
1aaf86a596
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue