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 <[email protected]>
This commit is contained in:
Kuroneko
2018-10-12 00:06:54 +00:00
committed by Adrien Destugues
parent 642ac9c9ea
commit 7f8a5c09b8
@@ -377,8 +377,6 @@ public:
if (status != B_OK)
return status;
std::vector<uint32> 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