From 7f8a5c09b8cd1e905399aa7e1644165a9a6e6d1b Mon Sep 17 00:00:00 2001 From: Kuroneko Date: Fri, 12 Oct 2018 08:07:38 +1100 Subject: [PATCH] add-ons/mail_daemon: remove spurious/unused vector in imap worker Change-Id: Id78ff3ab751fa535362833f30cf62a70f5177975 Reviewed-on: https://review.haiku-os.org/625 Reviewed-by: waddlesplash --- .../mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/add-ons/mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.cpp b/src/add-ons/mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.cpp index 78832b0f24..308d08c761 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.cpp +++ b/src/add-ons/mail_daemon/inbound_protocols/imap/IMAPConnectionWorker.cpp @@ -377,8 +377,6 @@ public: if (status != B_OK) return status; - std::vector uidsToFetch; - // Determine how much we need to download // TODO: also retrieve the header size, and only take the body // size into account if it's below the limit -- that does not