Commit 0c05ee3a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

pop3: remove unused variable

parent ef1c18b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)