From 70aabcf4f79b017328922a07766ddf3e260dffe5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 1 Jan 2009 20:02:44 +0000 Subject: Bug 471777: $type_id is no longer in use in Search.pm - Patch by Frédéric Buclin r=wicked a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Search.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index c1593ccc4..abc9008e9 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; -- cgit v1.2.3-24-g4f1b