Skip to content

Commit

Permalink
(remove superfluous comment section)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo2 committed Sep 15, 2023
1 parent 05a581a commit 8a4d713
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions sim/core/stats/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,48 +202,6 @@ func (stats *Stats) AddInplace(other *Stats) {
for k := range stats {
stats[k] += other[k]
}
/*
stats[0] += other[0]
stats[1] += other[1]
stats[2] += other[2]
stats[3] += other[3]
stats[4] += other[4]
stats[5] += other[5]
stats[6] += other[6]
stats[7] += other[7]
stats[8] += other[8]
stats[9] += other[9]
stats[10] += other[10]
stats[11] += other[11]
stats[12] += other[12]
stats[13] += other[13]
stats[14] += other[14]
stats[15] += other[15]
stats[16] += other[16]
stats[17] += other[17]
stats[18] += other[18]
stats[19] += other[19]
stats[20] += other[20]
stats[21] += other[21]
stats[22] += other[22]
stats[23] += other[23]
stats[24] += other[24]
stats[25] += other[25]
stats[26] += other[26]
stats[27] += other[27]
stats[28] += other[28]
stats[29] += other[29]
stats[30] += other[30]
stats[31] += other[31]
stats[32] += other[32]
stats[33] += other[33]
stats[34] += other[34]
stats[35] += other[35]
stats[36] += other[36]
stats[37] += other[37]
stats[38] += other[38]
stats[39] += other[39]
*/
}

// Subtracts another Stats from this one, returning the new Stats.
Expand Down

0 comments on commit 8a4d713

Please sign in to comment.