diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index a879bd89ec3..42fa0e04c6c 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8656 \ No newline at end of file +8657 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm index c028c58453a..f5a7f953f62 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm @@ -78,7 +78,6 @@ sub get { my $products = []; if (defined $params->{type}) { my %product_hash; - my $found = 0; foreach my $type (@{ $params->{type} }) { my $result = []; if ($type eq 'accessible') {