From: Daniel Stenberg Date: Fri, 18 Mar 2011 08:18:22 +0000 (+0100) Subject: pop3: remove unused variable X-Git-Tag: curl-7_21_5~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c05ee3a33d4d7;p=curl pop3: remove unused variable --- 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)