]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Minor code cleanup.
authorTimo Sirainen <tss@iki.fi>
Mon, 31 Aug 2009 15:33:42 +0000 (11:33 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 31 Aug 2009 15:33:42 +0000 (11:33 -0400)
--HG--
branch : HEAD

src/lib-storage/index/index-fetch.c

index 4afb1936282ee9994e0e030a92ea2492fcc5d6d8..0a7927a435935eb65dec273719412e160abe3d37 100644 (file)
@@ -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;