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 --- process_bug.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index e43bf42ee..6daa6d64e 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; -- cgit v1.2.3-24-g4f1b