dovecot-1.0: Compiler warning fixes

dovecot at dovecot.org dovecot at dovecot.org
Sun Mar 9 13:04:55 EET 2008


details:   http://hg.dovecot.org/dovecot-1.0/rev/40995e52c57b
changeset: 5539:40995e52c57b
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Mar 09 12:46:43 2008 +0200
description:
Compiler warning fixes

diffstat:

1 file changed, 1 insertion(+), 3 deletions(-)
src/lib-storage/index/mbox/mbox-mail.c |    4 +---

diffs (16 lines):

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 @@ static uoff_t mbox_mail_get_physical_siz
 	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)


More information about the dovecot-cvs mailing list