From: Daniel Stenberg Date: Wed, 6 Mar 2013 07:28:05 +0000 (+0100) Subject: imap: fix compiler warning X-Git-Tag: curl-7_30_0~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa9748df111fd557977eecbe17a43d1344550206;p=thirdparty%2Fcurl.git imap: fix compiler warning imap.c:694:21: error: unused variable 'imapc' [-Werror=unused-variable] --- 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 */