mirror of
https://github.com/curl/curl.git
synced 2026-04-15 09:41:40 +03:00
Remove unused variable in smtp_state_data_resp()
This commit is contained in:
parent
764b818934
commit
0ffefefe7f
1 changed files with 0 additions and 2 deletions
|
|
@ -1090,8 +1090,6 @@ static CURLcode smtp_state_rcpt_resp(struct connectdata *conn, int smtpcode,
|
|||
static CURLcode smtp_state_data_resp(struct connectdata *conn, int smtpcode,
|
||||
smtpstate instate)
|
||||
{
|
||||
struct SessionHandle *data = conn->data;
|
||||
|
||||
(void)instate; /* no use for this yet */
|
||||
|
||||
if(smtpcode != 354) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue