diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2013-02-26 09:05:25 +0100 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2013-02-26 09:05:25 +0100 |
commit | 0ffefefe7facdc48df8eedd48008af98d7ae6a84 (patch) | |
tree | 10c6335b5f68839f15459a0eb010ba67e5bb9ba8 | |
parent | 764b818934a63731ef69ccc0328f091089c18642 (diff) |
Remove unused variable in smtp_state_data_resp()
-rw-r--r-- | lib/smtp.c | 2 |
1 files changed, 0 insertions, 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) { |