summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Job/BugMail.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Job/BugMail.pm')
-rw-r--r--Bugzilla/Job/BugMail.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Job/BugMail.pm b/Bugzilla/Job/BugMail.pm
index b4887c470..403d936ad 100644
--- a/Bugzilla/Job/BugMail.pm
+++ b/Bugzilla/Job/BugMail.pm
@@ -9,7 +9,6 @@ package Bugzilla::Job::BugMail;
use 5.10.1;
use strict;
-use warnings;
use Bugzilla::BugMail;
BEGIN { eval "use parent qw(Bugzilla::Job::Mailer)"; }