]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove unused variable, per my review comment
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 28 Dec 2010 02:09:31 +0000 (03:09 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 28 Dec 2010 02:09:31 +0000 (03:09 +0100)
https://bugzilla.mozilla.org/show_bug.cgi?id=615574

Bugzilla/CGI.pm

index f9c15d1d9dcbb055351b31b7680fe2942c400215..b4e9c714b3200d9c6a5adabe6b79bba977d6aa46 100644 (file)
@@ -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(