Commit 4f8be652 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is…

Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead code r=vladd, a=myk
parent 7b1ba221
...@@ -76,7 +76,6 @@ use DBI; ...@@ -76,7 +76,6 @@ use DBI;
use Date::Format; # For time2str(). use Date::Format; # For time2str().
use Date::Parse; # For str2time(). use Date::Parse; # For str2time().
use Bugzilla::RelationSet;
# Use standard Perl libraries for cross-platform file/directory manipulation. # Use standard Perl libraries for cross-platform file/directory manipulation.
use File::Spec; use File::Spec;
......
...@@ -40,7 +40,6 @@ require "CGI.pl"; ...@@ -40,7 +40,6 @@ require "CGI.pl";
use Bugzilla::Bug; use Bugzilla::Bug;
use Bugzilla::User; use Bugzilla::User;
use Bugzilla::Util; use Bugzilla::Util;
use Bugzilla::RelationSet;
# Use the Flag module to modify flag data if the user set flags. # Use the Flag module to modify flag data if the user set flags.
use Bugzilla::Flag; use Bugzilla::Flag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment