imap: fix compiler warning

error: declaration of 'imap' shadows a previous local
This commit is contained in:
Steve Holme 2013-02-28 07:31:41 +00:00
parent ad3177da24
commit 17f032c0d9
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}