diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/imap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c index bc96938de..4a4f0a3c2 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 */ |