From: Tero Roponen Date: Tue, 7 Nov 2006 10:44:33 +0000 (+0200) Subject: remove an unneeded test X-Git-Tag: v1.4.4-rc1~1^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0623421b0beb5dc4bbe4eb598275e2a608226dec;p=git.git remove an unneeded test In wt-status.c there is a test which does nothing. This patch removes it. Signed-off-by: Tero Roponen Signed-off-by: Junio C Hamano --- diff --git a/wt-status.c b/wt-status.c index 68ecb0b92..674284415 100644 --- a/wt-status.c +++ b/wt-status.c @@ -104,8 +104,6 @@ static void wt_status_print_updated_cb(struct diff_queue_struct *q, 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;