From 1254fcb8c43defcbce99713f5cd85a104670895e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 31 Oct 2005 05:31:27 +0000 Subject: Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Buclin r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- showdependencygraph.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'showdependencygraph.cgi') diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 4fe63df2a..0bdaab3e6 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -44,8 +44,6 @@ my $vars = {}; # performance. Bugzilla->switch_to_shadow_db(); -use vars qw($userid); - my %seen; my %edgesdone; my %bugtitles; # html title attributes for imagemap areas -- cgit v1.2.3-24-g4f1b