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:
committed by
Adrien Destugues
parent
642ac9c9ea
commit
7f8a5c09b8
@@ -377,8 +377,6 @@ public:
|
|||||||
if (status != B_OK)
|
if (status != B_OK)
|
||||||
return status;
|
return status;
|
||||||
|
|
||||||
std::vector<uint32> uidsToFetch;
|
|
||||||
|
|
||||||
// Determine how much we need to download
|
// Determine how much we need to download
|
||||||
// TODO: also retrieve the header size, and only take the body
|
// TODO: also retrieve the header size, and only take the body
|
||||||
// size into account if it's below the limit -- that does not
|
// size into account if it's below the limit -- that does not
|
||||||
|
|||||||
Reference in New Issue
Block a user