mirror of
https://github.com/curl/curl.git
synced 2026-05-19 06:56:19 +03:00
smtp_state_mail_resp: removed unused variable 'smtp'
This commit is contained in:
parent
314c3b8480
commit
5d040632ac
1 changed files with 0 additions and 1 deletions
|
|
@ -1313,7 +1313,6 @@ static CURLcode smtp_state_mail_resp(struct connectdata *conn, int smtpcode,
|
|||
{
|
||||
CURLcode result = CURLE_OK;
|
||||
struct SessionHandle *data = conn->data;
|
||||
struct SMTP *smtp = data->req.protop;
|
||||
|
||||
(void)instate; /* no use for this yet */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue