From 70aabcf4f79b017328922a07766ddf3e260dffe5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 1 Jan 2009 20:02:44 +0000 Subject: [PATCH] =?utf8?q?Bug=20471777:=20$type=5Fid=20is=20no=20longer=20?= =?utf8?q?in=20use=20in=20Search.pm=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?utf8?q?=C3=83=C2=A9ric=20Buclin=20=20r=3Dwicked=20a?= =?utf8?q?=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Search.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index c1593ccc4d..abc9008e9a 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -458,8 +458,6 @@ sub init { my $chartid; my $sequence = 0; - # $type_id is used by the code that queries for attachment flags. - my $type_id = 0; my $f; my $ff; my $t; -- 2.47.2