From: Steve Holme Date: Thu, 28 Feb 2013 07:31:41 +0000 (+0000) Subject: imap: fix compiler warning X-Git-Tag: curl-7_30_0~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17f032c0d9ba09e1e5a2f8682d3dc98d234a1811;p=curl imap: fix compiler warning error: declaration of 'imap' shadows a previous local --- diff --git a/lib/imap.c b/lib/imap.c index 78e3f0409..7adc5a0bb 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -1610,7 +1610,6 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected, if(conn->data->set.opt_no_body) { /* Requested no body means no transfer */ - struct IMAP *imap = conn->data->state.proto.imap; imap->transfer = FTPTRANSFER_INFO; }