Skip to content

Commit

Permalink
fixup: Removed TODO about removing problematic members.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousskov authored Nov 16, 2024
1 parent a644ade commit 5f6793b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mem/Stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Mem::GlobalStats(PoolStats &stats)
}

// Reset PoolStats::meter, label, and obj_size data members after getStats()
// calls in the above loop set them. TODO: Refactor to remove these data members.
// calls in the above loop set them.
stats.meter = &TheMeter;
stats.label = "Total";
stats.obj_size = 1;
Expand Down

0 comments on commit 5f6793b

Please sign in to comment.