Bug 558199: Unused variables in Search.pm

r=justdave a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260176 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-04-08 23:16:28 +00:00
parent 9ef8db79cc
commit aa9bafc25b
2 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
7123
7124

View File

@ -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]);
}