提交 0623421b 编写于 作者: T Tero Roponen 提交者: Junio C Hamano

remove an unneeded test

In wt-status.c there is a test which does nothing.
This patch removes it.
Signed-off-by: NTero Roponen <teanropo@jyu.fi>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 e52775f4
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册