Commit 17f032c0 authored by Steve Holme's avatar Steve Holme
Browse files

imap: fix compiler warning

error: declaration of 'imap' shadows a previous local
parent ad3177da
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1610,7 +1610,6 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,

  if(conn->data->set.opt_no_body) {
    /* Requested no body means no transfer */
    struct IMAP *imap = conn->data->state.proto.imap;
    imap->transfer = FTPTRANSFER_INFO;
  }