From 51546ce57eea6cfe22024bc20473b5e80768884a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 16 Jul 2020 13:24:22 -0400 Subject: cpu_manager: Remove unused preemption_count variable Shrinks the data structure by 8 bytes. --- src/core/cpu_manager.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/cpu_manager.h') diff --git a/src/core/cpu_manager.h b/src/core/cpu_manager.h index d685674bb..33fb43cfa 100644 --- a/src/core/cpu_manager.h +++ b/src/core/cpu_manager.h @@ -100,7 +100,6 @@ private: bool is_async_gpu{}; bool is_multicore{}; std::atomic current_core{}; - std::size_t preemption_count{}; std::size_t idle_count{}; static constexpr std::size_t max_cycle_runs = 5; -- cgit v1.2.3