]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-index: Remove assert that can never happen.
authorTeemu Huovila <teemu.huovila@dovecot.fi>
Mon, 27 Oct 2014 20:05:27 +0000 (22:05 +0200)
committerTeemu Huovila <teemu.huovila@dovecot.fi>
Mon, 27 Oct 2014 20:05:27 +0000 (22:05 +0200)
src/lib-index/mail-index-sync-update.c

index 2ad1aa640c02c57f58b3079da8622a4367ab99b5..9b9fddc838295ec52ebdb87ddc2ee2636f9a3de2 100644 (file)
@@ -246,7 +246,6 @@ sync_expunge_range(struct mail_index_sync_map_ctx *ctx, const ARRAY_TYPE(seq_ran
        range = array_get(seqs, &count);
        if (count == 0)
                return;
-       i_assert(count > 0);
 
        map = mail_index_sync_get_atomic_map(ctx);