From 9271e452372312c81e176fa9a67d8e631783b516 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 28 Dec 2010 03:09:31 +0100 Subject: Remove unused variable, per my review comment https://bugzilla.mozilla.org/show_bug.cgi?id=615574 --- Bugzilla/CGI.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla') 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( -- cgit v1.2.3-24-g4f1b