mirror of
https://github.com/curl/curl.git
synced 2026-04-22 16:42:10 +03:00
imap: fix compiler warning
imap.c:694:21: error: unused variable 'imapc' [-Werror=unused-variable]
This commit is contained in:
parent
198012ee13
commit
fa9748df11
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue