Explorar o código

Remove stray comment copied from parse_sizes

Ian Goldberg hai 1 ano
pai
achega
b35230328e
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      parse_times

+ 0 - 3
parse_times

@@ -23,9 +23,6 @@ while(<>) {
         $seconds[$who] = $1;
     }
     if (/===== End/) {
-        # The setupsize and opsize are the _sum_ for the two parties, so
-        # add them to get the total size for both parties, and divide by
-        # 2 to get the average size for each party
         my $maxsecs = $seconds[0];
         $maxsecs = $seconds[1] if $seconds[1] > $maxsecs;
         print "$depth $maxsecs\n";