mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
smtp.c: Fixed compilation error from commit f16c0de4e9
warning: unused variable 'smtpc'
This commit is contained in:
parent
796333bc5e
commit
90ec8763a5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user