diff options
| author | Piotr Trojanek <piotr.trojanek@gmail.com> | 2017-06-16 23:50:24 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-06-25 09:38:22 -0300 |
| commit | 410b96080ceec15ced70e684115f604380c5b4f6 (patch) | |
| tree | 3e4dde76caeb08d8d5e60d41a5b129cfd98a6ebd /tag-util.c | |
| parent | e9d73f90a6d3945b7ebda9d95ec719e0ba0c9756 (diff) | |
remove ineffective assignments
Detected by cppcheck.
Diffstat (limited to 'tag-util.c')
| -rw-r--r-- | tag-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) { |
