Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Sep 8, 2008
1 parent d846c71 commit 92f3611
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tagboxes/TopSF/TopSF.pm
Expand Up @@ -128,12 +128,6 @@ sub run_process {
$scores{$opp} -= $orig_score;
}

my @top = sort {
$scores{$b} <=> $scores{$a}
||
$a cmp $b
} keys %scores;

# Eliminate tagnames in a given list, and their opposites.
my %nontop = ( map { ($_, 1) }
grep { $_ }
Expand Down

0 comments on commit 92f3611

Please sign in to comment.