From: mkanat%kerio.com <> Date: Thu, 17 Feb 2005 00:14:36 +0000 (+0000) Subject: Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead... X-Git-Tag: bugzilla-2.19.3~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8be6528de20edd9a5eaa599b11a95a50382918;p=thirdparty%2Fbugzilla.git Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead code r=vladd, a=myk --- diff --git a/globals.pl b/globals.pl index c3dde532fd..0b7d23bc24 100644 --- a/globals.pl +++ b/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/process_bug.cgi b/process_bug.cgi index e43bf42eeb..6daa6d64eb 100755 --- a/process_bug.cgi +++ b/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;