smtp: Fix compiler warning

warning: unused variable 'smtp' introduced in commit 73cbd21b5e.
This commit is contained in:
Steve Holme 2013-04-13 00:06:19 +01:00
parent 73cbd21b5e
commit ad3fdbc0a4
1 changed files with 0 additions and 1 deletions

View File

@ -1641,7 +1641,6 @@ static CURLcode smtp_parse_url_path(struct connectdata *conn)
{
/* The SMTP struct is already initialised in smtp_connect() */
struct SessionHandle *data = conn->data;
struct SMTP *smtp = data->state.proto.smtp;
struct smtp_conn *smtpc = &conn->proto.smtpc;
const char *path = data->state.path;
char localhost[HOSTNAME_MAX + 1];