diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-12-28 03:09:31 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-12-28 03:09:31 +0100 |
commit | 9271e452372312c81e176fa9a67d8e631783b516 (patch) | |
tree | 45e4ad80cf567971f25c2eab327402ceed2c3e58 /Bugzilla | |
parent | d20a7e15c0ed107d6e78b87e7d24aeef9cb7f3b1 (diff) | |
download | bugzilla-9271e452372312c81e176fa9a67d8e631783b516.tar.gz bugzilla-9271e452372312c81e176fa9a67d8e631783b516.tar.xz |
Remove unused variable, per my review comment
https://bugzilla.mozilla.org/show_bug.cgi?id=615574
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/CGI.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index f9c15d1d9..b4e9c714b 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -413,7 +413,6 @@ sub redirect_search_url { # with no list id, and we could get a URL with a list_id that isn't # ours. my $list_id = $self->param('list_id'); - my $last_search; if ($list_id) { # If we have a valid list_id, no need to redirect or clean. return if Bugzilla::Search::Recent->check_quietly( |