Преглед на файлове

Remove stray comment copied from parse_sizes

Ian Goldberg преди 1 година
родител
ревизия
b35230328e
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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";