From: Tero Roponen <teanropo@jyu.fi>
To: git@vger.kernel.org
Subject: [PATCH] remove an unneeded test
Date: Tue, 7 Nov 2006 12:44:33 +0200 (EET) [thread overview]
Message-ID: <Pine.LNX.4.64.0611071239560.18014@jalava.cc.jyu.fi> (raw)
In wt-status.c there is a test which does nothing.
This patch removes it.
Signed-off-by: Tero Roponen <teanropo@jyu.fi>
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')
next reply other threads:[~2006-11-07 10:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-07 10:44 Tero Roponen [this message]
2006-11-08 1:15 ` [PATCH] remove an unneeded test Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0611071239560.18014@jalava.cc.jyu.fi \
--to=teanropo@jyu.fi \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).