Revert "Add style class for CPU state"

This commit is contained in:
Alexis Rouillard
2024-02-19 23:10:10 +01:00
committed by GitHub
parent 41b2d0cb29
commit 742cd7f371
3 changed files with 0 additions and 9 deletions

View File

@ -22,7 +22,6 @@ class Cpu : public ALabel {
private:
std::vector<std::tuple<size_t, size_t>> prev_times_;
std::string prev_state_;
util::SleeperThread thread_;
};