summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2001-03-01 08:36:49 +0100
committercyeh%bluemartini.com <>2001-03-01 08:36:49 +0100
commitd5be069d77baffb56a402d2336e1cca9faa6de21 (patch)
treee9b646bc2b9ffae30be77203e45bd9d39e5fd21e /reports.cgi
parenta78a77b62422ded41030217a1015939f9092ce6d (diff)
downloadbugzilla-d5be069d77baffb56a402d2336e1cca9faa6de21.tar.gz
bugzilla-d5be069d77baffb56a402d2336e1cca9faa6de21.tar.xz
fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)
patch contributed to dave@intrec.com (Dave Miller). remove useless code.
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi
index e23897c9f..0f9b370e4 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -521,7 +521,6 @@ FIN
sub chart_image_type {
# what chart type should we be generating?
my $testimg = Chart::Lines->new(2,2);
- eval '$testimg->gif()';
my $type = $testimg->can('gif') ? "gif" : "png";
undef $testimg;