From: lpsolit%gmail.com <> Date: Thu, 1 Jan 2009 20:02:44 +0000 (+0000) Subject: Bug 471777: $type_id is no longer in use in Search.pm - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-3.3.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70aabcf4f79b017328922a07766ddf3e260dffe5;p=thirdparty%2Fbugzilla.git Bug 471777: $type_id is no longer in use in Search.pm - Patch by Frédéric Buclin r=wicked a=LpSolit --- 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;