]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 896066 - Allow REST WebService API to for GET /product to allow retrieval of...
authorDave Lawrence <dlawrence@mozilla.com>
Tue, 23 Jul 2013 20:26:29 +0000 (16:26 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 23 Jul 2013 20:26:29 +0000 (16:26 -0400)
Bugzilla/WebService/Product.pm

index c028c58453a9eb250e27a7b8764039ffabc0c18f..f5a7f953f62f028417ae6d5a6b49ca57be4795a6 100644 (file)
@@ -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') {