diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-11-15 22:43:34 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-11-15 22:43:34 +0100 |
commit | 5d040632ac411f6192e4ed111dddee834d028ca8 (patch) | |
tree | 56cf95004ae8a83aac357b66e7933a52e7f20698 | |
parent | 314c3b8480af5c24922880865d9fc0dfded50c79 (diff) |
smtp_state_mail_resp: removed unused variable 'smtp'
-rw-r--r-- | lib/smtp.c | 1 |
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 */ |