summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-26 08:26:28 +0100
committerByron Jones <bjones@mozilla.com>2013-02-26 08:26:28 +0100
commit13ce044855a2f1fd553eb6b2e9d1516bd95dd19d (patch)
tree0a6f6ff91c3b2f324d9d6dfc0a12ce157617e88a /Bugzilla.pm
parent5fe1e8f5d511ad2ac8208a3a43c740bd2c467bd3 (diff)
downloadbugzilla-13ce044855a2f1fd553eb6b2e9d1516bd95dd19d.tar.gz
bugzilla-13ce044855a2f1fd553eb6b2e9d1516bd95dd19d.tar.xz
fix the FIXME
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 5773eee63..8252bed09 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -26,8 +26,6 @@ package Bugzilla;
use strict;
-# FIXME : Line to be removed
-
# We want any compile errors to get to the browser, if possible.
BEGIN {
# This makes sure we're in a CGI.