]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.c
remove ineffective assignments
[notmuch] / tag-util.c
index 30c2c07764ca47b5afa9d8c2b97527d83aa2037e..d9fca7b832fd91ed4cc41469adf437cbd9fac595 100644 (file)
@@ -218,7 +218,6 @@ makes_changes (notmuch_message_t *message,
     notmuch_bool_t changes = FALSE;
 
     /* First, do we delete an existing tag? */
-    changes = FALSE;
     for (tags = notmuch_message_get_tags (message);
         ! changes && notmuch_tags_valid (tags);
         notmuch_tags_move_to_next (tags)) {