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