From b9360be2bd4d2db379cd701d4091420ce53cb564 Mon Sep 17 00:00:00 2001 From: Louis Rilling Date: Thu, 15 Sep 2011 00:23:19 +0200 Subject: [PATCH] tags_to_maildir_flags: Cleanup double assignement The for loop right after already does the job. Signed-off-by: Louis Rilling --- lib/message.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/message.cc b/lib/message.cc index 8f1c4dcd..00754254 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -1217,8 +1217,6 @@ _new_maildir_filename (void *ctx, if (info == NULL) { info = filename + strlen(filename); } else { - flags = info + 3; - /* Loop through existing flags in filename. */ for (flags = info + 3, last_flag = 0; *flags; -- 2.43.0