From: Timo Sirainen Date: Fri, 5 Sep 2008 16:45:28 +0000 (+0300) Subject: thread indexes: Removed debugging code. X-Git-Tag: 1.2.alpha1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3ec86f7244241a9a76160e99374bd9167c2c43b;p=thirdparty%2Fdovecot%2Fcore.git thread indexes: Removed debugging code. --HG-- branch : HEAD --- 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--)