From: Timo Sirainen Date: Mon, 31 Aug 2009 15:33:42 +0000 (-0400) Subject: Minor code cleanup. X-Git-Tag: 2.0.alpha1~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24b101a588c9a5501d95cb9edf341796d8f6a676;p=thirdparty%2Fdovecot%2Fcore.git Minor code cleanup. --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/index-fetch.c b/src/lib-storage/index/index-fetch.c index 4afb193628..0a7927a435 100644 --- a/src/lib-storage/index/index-fetch.c +++ b/src/lib-storage/index/index-fetch.c @@ -82,7 +82,6 @@ bool index_storage_get_expunges(struct mailbox *box, uint64_t prev_modseq, const ARRAY_TYPE(seq_range) *uids_filter, ARRAY_TYPE(mailbox_expunge_rec) *expunges) { -#define EXPUNGE_MASK (MAIL_TRANSACTION_EXPUNGE | MAIL_TRANSACTION_EXTERNAL) struct index_mailbox *ibox = (struct index_mailbox *)box; struct mail_transaction_log_view *log_view; const struct mail_transaction_header *thdr;