diff --git a/mozilla/webtools/bugzilla/reports.cgi b/mozilla/webtools/bugzilla/reports.cgi index e23897c9f30..0f9b370e406 100755 --- a/mozilla/webtools/bugzilla/reports.cgi +++ b/mozilla/webtools/bugzilla/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;