From 46abeecd73588d5611cd1b884c39ae7908e5c00c Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Thu, 1 Jun 2017 23:16:29 +0200 Subject: [PATCH] rbox-mail.cpp: remove unused var Signed-off-by: Danny Al-Gaaf --- src/storage-rbox/rbox-mail.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage-rbox/rbox-mail.cpp b/src/storage-rbox/rbox-mail.cpp index a5460edc..7037cec6 100644 --- a/src/storage-rbox/rbox-mail.cpp +++ b/src/storage-rbox/rbox-mail.cpp @@ -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;