From 98056cd489bbea18498cfcbec732344d12e93f3e Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" Date: Wed, 16 Feb 2005 16:14:36 +0000 Subject: [PATCH] Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead code r=vladd, a=myk git-svn-id: svn://10.0.0.236/trunk@169252 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/globals.pl | 1 - mozilla/webtools/bugzilla/process_bug.cgi | 1 - 2 files changed, 2 deletions(-) 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;