summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-04-09 01:00:40 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-04-09 01:00:40 +0200
commit0cffc66026f78bc7ec1369b58bcde0dbd2b9de5f (patch)
tree78e57734680205dffe61a07b2bb2d8279c109077 /Bugzilla
parent299eb13b76ceb005df4276b64d30514ed31334f0 (diff)
downloadbugzilla-0cffc66026f78bc7ec1369b58bcde0dbd2b9de5f.tar.gz
bugzilla-0cffc66026f78bc7ec1369b58bcde0dbd2b9de5f.tar.xz
Bug 558199: Unused variables in Search.pm
r=justdave a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Search.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 6a9d05144..c1e40fd4b 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]);
}