Skip to content
Snippets Groups Projects
Commit 50e0e155 authored by Florian Fischer's avatar Florian Fischer
Browse files

[sleep_strategy/Stats] remove old obsolete stats member

Before 713c0f04 emper::sleep_strategy::Stats
had the actual stats member but with 713c0f04
WorkerStats are introduced which have the actual stats member but I
apparently forgot to remove the old now obsolete members.

Thanks clang for detecting this!
parent 7ae0f69b
No related branches found
No related tags found
1 merge request!270[sleep_strategy/Stats] remove old obsolete stats member
......@@ -34,15 +34,6 @@ namespace emper::sleep_strategy {
class Stats;
class Stats {
friend class PipeSleepStrategy;
size_t onNewWork = 0;
size_t notify = 0;
size_t notifications = 0;
size_t skip = 0;
size_t wakeup = 0;
size_t wakeupDueToNotify = 0;
WorkerStats anywhereStats;
std::mutex anywhereStatsMutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment