From: Linus Nielsen Feltzing Date: Tue, 26 Feb 2013 08:05:25 +0000 (+0100) Subject: Remove unused variable in smtp_state_data_resp() X-Git-Tag: curl-7_30_0~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ffefefe7facdc48df8eedd48008af98d7ae6a84;p=curl Remove unused variable in smtp_state_data_resp() --- diff --git a/lib/smtp.c b/lib/smtp.c index 376106923..df2ec83b5 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -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) {