mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
Remove unused variable in smtp_state_data_resp()
This commit is contained in:
parent
764b818934
commit
0ffefefe7f
@ -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,
|
static CURLcode smtp_state_data_resp(struct connectdata *conn, int smtpcode,
|
||||||
smtpstate instate)
|
smtpstate instate)
|
||||||
{
|
{
|
||||||
struct SessionHandle *data = conn->data;
|
|
||||||
|
|
||||||
(void)instate; /* no use for this yet */
|
(void)instate; /* no use for this yet */
|
||||||
|
|
||||||
if(smtpcode != 354) {
|
if(smtpcode != 354) {
|
||||||
|
Loading…
Reference in New Issue
Block a user