diff --git a/lib/imap.c b/lib/imap.c index bc96938dee..4a4f0a3c29 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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 */