From: Frédéric Buclin Date: Tue, 28 Dec 2010 02:09:31 +0000 (+0100) Subject: Remove unused variable, per my review comment X-Git-Tag: bugzilla-4.1.1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9271e452372312c81e176fa9a67d8e631783b516;p=thirdparty%2Fbugzilla.git Remove unused variable, per my review comment https://bugzilla.mozilla.org/show_bug.cgi?id=615574 --- diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index f9c15d1d9d..b4e9c714b3 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(