From 24b101a588c9a5501d95cb9edf341796d8f6a676 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 31 Aug 2009 11:33:42 -0400 Subject: [PATCH] Minor code cleanup. --HG-- branch : HEAD --- src/lib-storage/index/index-fetch.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.3