From 4f8be6528de20edd9a5eaa599b11a95a50382918 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 17 Feb 2005 00:14:36 +0000 Subject: Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead code r=vladd, a=myk --- globals.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'globals.pl') 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; -- cgit v1.2.3-24-g4f1b