From 13c988b2af3fcc1d393c898f7fb1d6d65a0338fa Mon Sep 17 00:00:00 2001 From: des Date: Fri, 10 Oct 2003 21:05:31 +0000 Subject: There is no need for $have_logs since we determine what platforms and branches to show from what logs are actually present on disk. --- tools/tools/tinderbox/www/index.cgi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi index 4cd2ae4..4bd97fe 100644 --- a/tools/tools/tinderbox/www/index.cgi +++ b/tools/tools/tinderbox/www/index.cgi @@ -103,7 +103,6 @@ MAIN:{ foreach my $arch (sort(keys(%ARCHES))) { foreach my $machine (sort(keys(%{$ARCHES{$arch}}))) { - my $have_logs = 0; my $html = " $arch $machine @@ -133,12 +132,10 @@ MAIN:{ $html .= " n/a\n"; } else { $html .= " $links\n"; - $have_logs++; } } $html .= " \n"; - print $html - if $have_logs > 0; + print $html; } } my $date = strftime("%Y-%m-%d %H:%M UTC", gmtime()); -- cgit v1.1