tags_to_maildir_flags: Cleanup double assignement

The for loop right after already does the job.

Signed-off-by: Louis Rilling <l.rilling@av7.net>
This commit is contained in:
Louis Rilling 2011-09-15 00:23:19 +02:00 committed by David Bremner
parent 21b13c3932
commit b9360be2bd

View file

@ -1217,8 +1217,6 @@ _new_maildir_filename (void *ctx,
if (info == NULL) { if (info == NULL) {
info = filename + strlen(filename); info = filename + strlen(filename);
} else { } else {
flags = info + 3;
/* Loop through existing flags in filename. */ /* Loop through existing flags in filename. */
for (flags = info + 3, last_flag = 0; for (flags = info + 3, last_flag = 0;
*flags; *flags;