summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-02-17 01:14:36 +0100
committermkanat%kerio.com <>2005-02-17 01:14:36 +0100
commit4f8be6528de20edd9a5eaa599b11a95a50382918 (patch)
tree5a27bafc929cb3b701a87b9a0c5e123c641cb81c /globals.pl
parent7b1ba221b42fbb27540207a8af253daba75d25f8 (diff)
downloadbugzilla-4f8be6528de20edd9a5eaa599b11a95a50382918.tar.gz
bugzilla-4f8be6528de20edd9a5eaa599b11a95a50382918.tar.xz
Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead code r=vladd, a=myk
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index c3dde532f..0b7d23bc2 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;