browser: omit superfluous usage class
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 27 Apr 2017 13:40:26 +0000 (15:40 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 29 May 2017 17:21:27 +0000 (19:21 +0200)
Unused pp## does not offer anything over p##.

browser.plp

index a53f0457bc6e27688ff7c7c9637087d2b3ed6b47..202f252d1d7d0c532698428374e74079f8c64ea2 100644 (file)
@@ -196,7 +196,6 @@ $canihas ||= {
                }
        } @browsers
 }; # fallback hash based on release semantics
-my $usagemax = (max(map { ref $_ eq 'HASH' && sum(values %$_) } values %$canihas) // 1) / 100;
 
 my $usagepct = 1;  # score multiplier for 0..100 result
 # normalise usage percentage to only include shown browsers
@@ -415,7 +414,6 @@ sub saybrowsercols {
                                                sprintf('p%01d', $usage * ($usagepct - .0001) / 10),
                                                sprintf('p%02d', $usage * ($usagepct - .0001)),
                                        ),
-                                       sprintf('pp%02d', $usage / $usagemax),
                                ),
                                scalar @span,
                                $title,