smtp.c: Fixed compilation error from commit f16c0de4e9

warning: unused variable 'smtpc'
This commit is contained in:
Steve Holme 2013-11-15 12:14:09 +00:00
parent 796333bc5e
commit 90ec8763a5
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ static void smtp_to_smtps(struct connectdata *conn)
static bool smtp_endofresp(struct connectdata *conn, char *line, size_t len,
int *resp)
{
struct smtp_conn *smtpc = &conn->proto.smtpc;
bool result = FALSE;
/* Nothing for us */