Remove unused variable in smtp_state_data_resp()
authorLinus Nielsen Feltzing <linus@haxx.se>
Tue, 26 Feb 2013 08:05:25 +0000 (09:05 +0100)
committerLinus Nielsen Feltzing <linus@haxx.se>
Tue, 26 Feb 2013 08:05:25 +0000 (09:05 +0100)
lib/smtp.c

index 3761069..df2ec83 100644 (file)
@@ -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) {