From: Frédéric Buclin Date: Thu, 8 Apr 2010 23:00:40 +0000 (+0200) Subject: Bug 558199: Unused variables in Search.pm X-Git-Tag: bugzilla-3.7.1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cffc66026f78bc7ec1369b58bcde0dbd2b9de5f;p=thirdparty%2Fbugzilla.git Bug 558199: Unused variables in Search.pm r=justdave a=LpSolit --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 6a9d051449..c1e40fd4ba 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -572,9 +572,6 @@ sub init { if (defined $params->param($f)) { my $s = trim($params->param($f)); if ($s ne "") { - my $n = $f; - my $q = $dbh->quote($s); - trick_taint($q); my $type = $params->param($f . "_type"); push(@specialchart, [$f, $type, $s]); }