aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pop3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index e48c9b4f8..03ea7efaf 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -906,7 +906,6 @@ static CURLcode pop3_dophase_done(struct connectdata *conn,
bool connected)
{
struct FTP *pop3 = conn->data->state.proto.pop3;
- struct pop3_conn *pop3c = &conn->proto.pop3c;
(void)connected;
if(pop3->transfer != FTPTRANSFER_BODY)