From 17f032c0d9ba09e1e5a2f8682d3dc98d234a1811 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 07:31:41 +0000 Subject: imap: fix compiler warning error: declaration of 'imap' shadows a previous local --- lib/imap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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; } -- cgit v1.2.3