From 9809b56459316e27d28bcaa0d7ee8c6313fdcdf5 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 27 Jan 2000 01:39:09 +0000 Subject: [PATCH] Removing old binary link. r=slamm --- webtools/tinderbox/showbuilds.cgi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webtools/tinderbox/showbuilds.cgi b/webtools/tinderbox/showbuilds.cgi index ded8a8e437b7..17ac3b530ccc 100755 --- a/webtools/tinderbox/showbuilds.cgi +++ b/webtools/tinderbox/showbuilds.cgi @@ -364,14 +364,6 @@ BEGIN { "
Bl:", print_bloat_delta($bloat, $bloat_cmp); } - # Binary - # - if ($br->{binaryname} ne '') { - $binfile = "$buildtree/bin/$br->{buildtime}/$br->{buildname}/" - ."$br->{binaryname}"; - $binfile =~ s/ //g; - print " B"; - } print "\n"; } print "\n";