# HG changeset patch # User Timo Sirainen # Date 1205059603 -7200 # Node ID 40995e52c57b91fa121468c1a8127ad604dcdf9c # Parent da2a9372e26e23dba9effc7267206664c19ffaca Compiler warning fixes diff -r da2a9372e26e -r 40995e52c57b src/lib-storage/index/mbox/mbox-mail.c --- a/src/lib-storage/index/mbox/mbox-mail.c Sun Mar 09 12:45:19 2008 +0200 +++ b/src/lib-storage/index/mbox/mbox-mail.c Sun Mar 09 12:46:43 2008 +0200 @@ -157,11 +157,9 @@ struct index_mail *mail = (struct index_mail *)_mail; struct index_mail_data *data = &mail->data; struct mbox_mailbox *mbox = (struct mbox_mailbox *)mail->ibox; - const struct mail_index_header *hdr; struct istream *input; struct message_size hdr_size; - uoff_t size, body_offset, body_size, next_offset, old_offset; - bool deleted; + uoff_t size, body_offset, body_size, old_offset; size = index_mail_get_physical_size(_mail); if (size != (uoff_t)-1)