Missed a now unnecessary assignment to @candidates in #tally_votes
[rubyvote] / lib / rubyvote / condorcet.rb
index 68b3c708d25fa324dd2d361b210fc10fd0184a08..96a103bd479c5bcf3e7d575cacd5d71f4afe8f78 100644 (file)
@@ -76,8 +76,6 @@ class CondorcetVote < ElectionVote
 
           # make sure we have a comparable object
           @votes[loser][winner] = 0 unless @votes[loser].has_key?( winner )
-
-          @candidates << loser unless @candidates.include?( loser )
         end
       end
     end

Benjamin Mako Hill || Want to submit a patch?