dovecot-1.2: thread indexes: Removed debugging code.

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 5 19:45:31 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/f6f2af2db365
changeset: 8159:f6f2af2db365
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 05 19:45:28 2008 +0300
description:
thread indexes: Removed debugging code.

diffstat:

1 file changed, 2 deletions(-)
src/lib-storage/index/index-thread.c |    2 --

diffs (19 lines):

diff -r ad3ac0cb4573 -r f6f2af2db365 src/lib-storage/index/index-thread.c
--- a/src/lib-storage/index/index-thread.c	Fri Sep 05 19:42:58 2008 +0300
+++ b/src/lib-storage/index/index-thread.c	Fri Sep 05 19:45:28 2008 +0300
@@ -69,7 +69,6 @@ mail_strmap_rec_get_msgid(struct mail_th
 			  const struct mail_index_strmap_rec *rec,
 			  const char **msgid_r)
 {
-	const char *orig_msgids;
 	const char *msgids = NULL, *msgid;
 	unsigned int n = 0;
 	int ret;
@@ -107,7 +106,6 @@ mail_strmap_rec_get_msgid(struct mail_th
 	}
 
 	/* get the nth message-id */
-	orig_msgids = msgids;
 	msgid = message_id_get_next(&msgids);
 	if (msgid != NULL) {
 		for (; n > 0 && *msgids != '\0'; n--)


More information about the dovecot-cvs mailing list