aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thread.cc')
-rw-r--r--lib/thread.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thread.cc b/lib/thread.cc
index ec80f851..1c8b39d2 100644
--- a/lib/thread.cc
+++ b/lib/thread.cc
@@ -278,7 +278,6 @@ _notmuch_thread_create (void *ctx,
}
notmuch_query_destroy (thread_id_query);
-
for (messages = notmuch_query_search_messages (matched_query);
notmuch_messages_valid (messages);
notmuch_messages_move_to_next (messages))