From: Timo Sirainen Date: Thu, 19 Dec 2013 19:21:39 +0000 (+0200) Subject: Compiler warning fix. X-Git-Tag: 2.2.10~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=792afd16864bb32664d858815e41b041813c72b6;p=thirdparty%2Fdovecot%2Fcore.git Compiler warning fix. --- diff --git a/src/imap/cmd-getmetadata.c b/src/imap/cmd-getmetadata.c index 487e216ca6..19d96d8a50 100644 --- a/src/imap/cmd-getmetadata.c +++ b/src/imap/cmd-getmetadata.c @@ -261,7 +261,6 @@ static int cmd_getmetadata_send_entry_tree(struct imap_getmetadata_context *ctx, str_append_c(ctx->iter_entry_prefix, '/'); imap_metadata_entry2key(entry, ctx->key_prefix, &type, &key); - type = type; ctx->iter = mailbox_attribute_iter_init(ctx->box, type, key[0] == '\0' ? "" : t_strconcat(key, "/", NULL)); return 1;