diff --git a/mozilla/webtools/bugzilla/globals.pl b/mozilla/webtools/bugzilla/globals.pl index c3dde532fd4..0b7d23bc243 100644 --- a/mozilla/webtools/bugzilla/globals.pl +++ b/mozilla/webtools/bugzilla/globals.pl @@ -76,7 +76,6 @@ use DBI; use Date::Format; # For time2str(). use Date::Parse; # For str2time(). -use Bugzilla::RelationSet; # Use standard Perl libraries for cross-platform file/directory manipulation. use File::Spec; diff --git a/mozilla/webtools/bugzilla/process_bug.cgi b/mozilla/webtools/bugzilla/process_bug.cgi index e43bf42eeb0..6daa6d64eb5 100755 --- a/mozilla/webtools/bugzilla/process_bug.cgi +++ b/mozilla/webtools/bugzilla/process_bug.cgi @@ -40,7 +40,6 @@ require "CGI.pl"; use Bugzilla::Bug; use Bugzilla::User; use Bugzilla::Util; -use Bugzilla::RelationSet; # Use the Flag module to modify flag data if the user set flags. use Bugzilla::Flag;