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 <waddlesplash@gmail.com>
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user