dovecot-2.1: lib-storage: Removed unnecessarily duplicated code.

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 8 07:51:39 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/ad58a2d5a290
changeset: 13824:ad58a2d5a290
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Dec 08 07:51:28 2011 +0200
description:
lib-storage: Removed unnecessarily duplicated code.

diffstat:

 src/lib-storage/index/index-transaction.c |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 338c8d9abba5 -r ad58a2d5a290 src/lib-storage/index/index-transaction.c
--- a/src/lib-storage/index/index-transaction.c	Thu Dec 08 07:36:39 2011 +0200
+++ b/src/lib-storage/index/index-transaction.c	Thu Dec 08 07:51:28 2011 +0200
@@ -88,9 +88,6 @@
 	if ((flags & MAILBOX_TRANSACTION_FLAG_NO_CACHE_DEC) != 0)
 		mail_cache_view_update_cache_decisions(t->cache_view, FALSE);
 
-	if ((flags & MAILBOX_TRANSACTION_FLAG_NO_CACHE_DEC) != 0)
-		mail_cache_view_update_cache_decisions(t->cache_view, FALSE);
-
 	/* set up after mail_cache_get_transaction(), so that we'll still
 	   have the cache_trans available in _index_commit() */
 	t->super = t->itrans->v;


More information about the dovecot-cvs mailing list