In wt-status.c there is a test which does nothing. This patch removes it. Signed-off-by: Tero Roponen <teanropo@xxxxxx> diff --git a/wt-status.c b/wt-status.c index 9692dfa..7943944 100644 --- a/wt-status.c +++ b/wt-status.c @@ -102,8 +102,6 @@ static void wt_status_print_updated_cb(s struct wt_status *s = data; int shown_header = 0; int i; - if (q->nr) { - } for (i = 0; i < q->nr; i++) { if (q->queue[i]->status == 'U') continue; - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html