changeset 11606:a3face3fd1d0 HEAD

doveadm fetch: Removed some unnecessary code.
author Timo Sirainen <tss@iki.fi>
date Mon, 21 Jun 2010 21:48:06 +0100
parents bc03e6443ca7
children 15a6c64df84a
files src/doveadm/doveadm-mail-fetch.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/doveadm/doveadm-mail-fetch.c	Mon Jun 21 21:47:14 2010 +0100
+++ b/src/doveadm/doveadm-mail-fetch.c	Mon Jun 21 21:48:06 2010 +0100
@@ -30,8 +30,6 @@
 	enum mail_fetch_field wanted_fields;
 
 	const struct fetch_field *cur_field;
-
-	bool print_field_prefix;
 };
 
 struct fetch_field {
@@ -368,8 +366,6 @@
 		}
 	}
 	(void)array_append_space(&ctx->header_fields);
-
-	ctx->print_field_prefix = array_count(&ctx->fields) > 1;
 }
 
 static void cmd_fetch_mail(struct fetch_cmd_context *ctx)