diff options
author | mkanat%kerio.com <> | 2005-07-11 15:30:05 +0200 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-07-11 15:30:05 +0200 |
commit | 45d93f11e0d60f20e6b15e206f86cd351423ae2f (patch) | |
tree | 69e5642290f9fb2b5367b5cf5a677b203f59cb18 | |
parent | 1cee8ef54bf9806b30f39c1984275c1d82bfbf2c (diff) | |
download | bugzilla-45d93f11e0d60f20e6b15e206f86cd351423ae2f.tar.gz bugzilla-45d93f11e0d60f20e6b15e206f86cd351423ae2f.tar.xz |
Bug 300334: Bugzilla::User has no need to "use Bugzilla::BugMail"
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
-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 |