Commit fa9748df authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

imap: fix compiler warning

imap.c:694:21: error: unused variable 'imapc' [-Werror=unused-variable]
parent 198012ee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -691,7 +691,6 @@ static CURLcode imap_list(struct connectdata *conn)
  CURLcode result = CURLE_OK;
  struct SessionHandle *data = conn->data;
  struct IMAP *imap = data->state.proto.imap;
  struct imap_conn *imapc = &conn->proto.imapc;
  char *mailbox;

  /* Make sure the mailbox is in the correct atom format */