Commit 9271e452 authored by Frédéric Buclin's avatar Frédéric Buclin

Remove unused variable, per my review comment

parent d20a7e15
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment