瀏覽代碼

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";