]> granicus.if.org Git - curl/commitdiff
pop3: remove unused variable
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Mar 2011 08:18:22 +0000 (09:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Mar 2011 08:18:22 +0000 (09:18 +0100)
lib/pop3.c

index e48c9b4f89946348086da495a3e8b47117fe5238..03ea7efaf72874f379e885d33920da4c8e8a9ad3 100644 (file)
@@ -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)