From 0ffefefe7facdc48df8eedd48008af98d7ae6a84 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 26 Feb 2013 09:05:25 +0100 Subject: Remove unused variable in smtp_state_data_resp() --- lib/smtp.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- cgit v1.2.3