From fb07f9615d0ac501d9e49c1586f34c6b9c37e95a Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" Date: Wed, 12 May 1999 04:33:14 +0000 Subject: [PATCH] Remove dead code git-svn-id: svn://10.0.0.236/trunk@31231 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/reports.cgi | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mozilla/webtools/bugzilla/reports.cgi b/mozilla/webtools/bugzilla/reports.cgi index 35cf76fc216..b773ec2694d 100755 --- a/mozilla/webtools/bugzilla/reports.cgi +++ b/mozilla/webtools/bugzilla/reports.cgi @@ -392,16 +392,6 @@ sub is_legal_product return grep { $_ eq $product} @myproducts; } -sub header - { - print < - -FIN - } - sub show_chart { my $when = localtime (time);