diff options
-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( |