Skip to content

Commit

Permalink
rbox-mail.cpp: remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <[email protected]>
  • Loading branch information
dalgaaf committed Jun 1, 2017
1 parent 57de81b commit 46abeec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage-rbox/rbox-mail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ static int rbox_mail_get_physical_size(struct mail *_mail, uoff_t *size_r) {
FUNC_START();
struct dbox_mail *mail = (struct dbox_mail *)_mail;
struct index_mail_data *data = &mail->imail.data;
struct dbox_file *file;
struct rbox_storage *rbox_storage = (struct rbox_storage *)_mail->box->storage;

uint64_t file_size;
Expand Down

0 comments on commit 46abeec

Please sign in to comment.