summaryrefslogtreecommitdiff
path: root/wt-status.c
diff options
context:
space:
mode:
authorTero Roponen <teanropo@jyu.fi>2006-11-07 10:44:33 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-11-07 23:50:06 (GMT)
commit0623421b0beb5dc4bbe4eb598275e2a608226dec (patch)
tree92cdf77a084bde08bc20c435ba3a662e5648e231 /wt-status.c
parente52775f43857f377aa2aa69f82ac2d2f26dc6297 (diff)
downloadgit-0623421b0beb5dc4bbe4eb598275e2a608226dec.zip
git-0623421b0beb5dc4bbe4eb598275e2a608226dec.tar.gz
git-0623421b0beb5dc4bbe4eb598275e2a608226dec.tar.bz2
remove an unneeded test
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>
Diffstat (limited to 'wt-status.c')
-rw-r--r--wt-status.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wt-status.c b/wt-status.c
index 68ecb0b..6742844 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;