diff options
author | lpsolit%gmail.com <> | 2005-07-12 08:07:09 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-12 08:07:09 +0000 |
commit | 809579a410e2dd6a2c0d1037ec0fc56a2849ebad (patch) | |
tree | fff2d6c17592ffaccdf6a9ff28051f980c83c1da /Bugzilla | |
parent | Bug 299156: Reduce saniitycheck submitter_id time for large sites (diff) | |
download | bugzilla-809579a410e2dd6a2c0d1037ec0fc56a2849ebad.tar.gz bugzilla-809579a410e2dd6a2c0d1037ec0fc56a2849ebad.tar.bz2 bugzilla-809579a410e2dd6a2c0d1037ec0fc56a2849ebad.zip |
Bug 300334: Bugzilla::User has no need to "use Bugzilla::BugMail" - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/User.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index ff88b9f3b..e88135b07 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -42,7 +42,6 @@ use Bugzilla::Util; use Bugzilla::Constants; use Bugzilla::User::Setting; use Bugzilla::Auth; -use Bugzilla::BugMail; use base qw(Exporter); @Bugzilla::User::EXPORT = qw(insert_new_user is_available_username |