imap: fix compiler warning
imap.c:694:21: error: unused variable 'imapc' [-Werror=unused-variable]
This commit is contained in:
parent
198012ee13
commit
fa9748df11
@ -691,7 +691,6 @@ static CURLcode imap_list(struct connectdata *conn)
|
|||||||
CURLcode result = CURLE_OK;
|
CURLcode result = CURLE_OK;
|
||||||
struct SessionHandle *data = conn->data;
|
struct SessionHandle *data = conn->data;
|
||||||
struct IMAP *imap = data->state.proto.imap;
|
struct IMAP *imap = data->state.proto.imap;
|
||||||
struct imap_conn *imapc = &conn->proto.imapc;
|
|
||||||
char *mailbox;
|
char *mailbox;
|
||||||
|
|
||||||
/* Make sure the mailbox is in the correct atom format */
|
/* Make sure the mailbox is in the correct atom format */
|
||||||
|
Loading…
Reference in New Issue
Block a user