aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-11-15 22:43:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-11-15 22:43:34 +0100
commit5d040632ac411f6192e4ed111dddee834d028ca8 (patch)
tree56cf95004ae8a83aac357b66e7933a52e7f20698 /lib/smtp.c
parent314c3b8480af5c24922880865d9fc0dfded50c79 (diff)
smtp_state_mail_resp: removed unused variable 'smtp'
Diffstat (limited to 'lib/smtp.c')
-rw-r--r--lib/smtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/smtp.c b/lib/smtp.c
index f397a38cb..adc5efcd7 100644
--- a/lib/smtp.c
+++ b/lib/smtp.c
@@ -1313,7 +1313,6 @@ static CURLcode smtp_state_mail_resp(struct connectdata *conn, int smtpcode,
{
CURLcode result = CURLE_OK;
struct SessionHandle *data = conn->data;
- struct SMTP *smtp = data->req.protop;
(void)instate; /* no use for this yet */