Browse Source

Remove stray comment copied from parse_sizes

Ian Goldberg 1 year ago
parent
commit
b35230328e
1 changed files with 0 additions and 3 deletions
  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";