1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

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 */