summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e52775f)
raw | patch | inline | side by side (parent: e52775f)
author | Tero Roponen <teanropo@jyu.fi> | |
Tue, 7 Nov 2006 10:44:33 +0000 (12:44 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 7 Nov 2006 23:50:06 +0000 (15:50 -0800) |
In wt-status.c there is a test which does nothing.
This patch removes it.
Signed-off-by: Tero Roponen <teanropo@jyu.fi>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This patch removes it.
Signed-off-by: Tero Roponen <teanropo@jyu.fi>
Signed-off-by: Junio C Hamano <junkio@cox.net>
wt-status.c | patch | blob | history |
diff --git a/wt-status.c b/wt-status.c
index 68ecb0b921d7fbe597b2a74f80d465ba034dea4d..674284415ec5669d767fe6257187436112ee79c0 100644 (file)
--- a/wt-status.c
+++ b/wt-status.c
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;