changeset 8159:f6f2af2db365 HEAD

thread indexes: Removed debugging code.
author Timo Sirainen <tss@iki.fi>
date Fri, 05 Sep 2008 19:45:28 +0300
parents ad3ac0cb4573
children e76d8777d20c
files src/lib-storage/index/index-thread.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 			  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 @@
 	}
 
 	/* get the nth message-id */
-	orig_msgids = msgids;
 	msgid = message_id_get_next(&msgids);
 	if (msgid != NULL) {
 		for (; n > 0 && *msgids != '\0'; n--)