changeset 7140:979294cabcab HEAD

Removed accidentally committed pointless assert.
author Timo Sirainen <tss@iki.fi>
date Thu, 10 Jan 2008 04:41:38 +0200
parents 7424de4bac23
children ead08ca27435
files src/lib-storage/index/maildir/maildir-uidlist.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-uidlist.c	Thu Jan 10 04:30:10 2008 +0200
+++ b/src/lib-storage/index/maildir/maildir-uidlist.c	Thu Jan 10 04:41:38 2008 +0200
@@ -1408,7 +1408,6 @@
 	i_assert(ctx->locked || !ctx->changed);
 	if ((ctx->changed || ctx->uidlist->recreate) &&
 	    !ctx->failed && ctx->locked) {
-		i_assert(ctx->locked);
 		T_FRAME(
 			ret = maildir_uidlist_sync_update(ctx);
 		);