mirror of
https://github.com/curl/curl.git
synced 2026-06-21 19:25:37 +03:00
smtp.c: Fixed compilation error from commit f16c0de4e9
warning: unused variable 'smtpc'
This commit is contained in:
parent
796333bc5e
commit
90ec8763a5
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue