1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

smtp_state_mail_resp: removed unused variable 'smtp'

This commit is contained in:
Daniel Stenberg 2013-11-15 22:43:34 +01:00
parent 314c3b8480
commit 5d040632ac

View File

@ -1313,7 +1313,6 @@ static CURLcode smtp_state_mail_resp(struct connectdata *conn, int smtpcode,
{ {
CURLcode result = CURLE_OK; CURLcode result = CURLE_OK;
struct SessionHandle *data = conn->data; struct SessionHandle *data = conn->data;
struct SMTP *smtp = data->req.protop;
(void)instate; /* no use for this yet */ (void)instate; /* no use for this yet */