]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
thread indexes: Removed debugging code.
authorTimo Sirainen <tss@iki.fi>
Fri, 5 Sep 2008 16:45:28 +0000 (19:45 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 5 Sep 2008 16:45:28 +0000 (19:45 +0300)
--HG--
branch : HEAD

src/lib-storage/index/index-thread.c

index 4fc5d5b84088a7cc0cc4edca48ae135d3b1438fc..76be3dcd9a26786c69c08facd7d1548a30bf9f7d 100644 (file)
@@ -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--)