From c3ec86f7244241a9a76160e99374bd9167c2c43b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 5 Sep 2008 19:45:28 +0300 Subject: [PATCH] thread indexes: Removed debugging code. --HG-- branch : HEAD --- src/lib-storage/index/index-thread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib-storage/index/index-thread.c b/src/lib-storage/index/index-thread.c index 4fc5d5b840..76be3dcd9a 100644 --- a/src/lib-storage/index/index-thread.c +++ b/src/lib-storage/index/index-thread.c @@ -69,7 +69,6 @@ mail_strmap_rec_get_msgid(struct mail_thread_context *ctx, 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_thread_context *ctx, } /* get the nth message-id */ - orig_msgids = msgids; msgid = message_id_get_next(&msgids); if (msgid != NULL) { for (; n > 0 && *msgids != '\0'; n--) -- 2.47.3