diff options
Diffstat (limited to 'src/core/cpu_manager.cpp')
| -rw-r--r-- | src/core/cpu_manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp index abc8aad9e..752534868 100644 --- a/src/core/cpu_manager.cpp +++ b/src/core/cpu_manager.cpp | |||
| @@ -17,7 +17,6 @@ CpuManager::CpuManager(System& system) : system{system} {} | |||
| 17 | CpuManager::~CpuManager() = default; | 17 | CpuManager::~CpuManager() = default; |
| 18 | 18 | ||
| 19 | void CpuManager::Initialize() { | 19 | void CpuManager::Initialize() { |
| 20 | |||
| 21 | for (std::size_t index = 0; index < core_managers.size(); ++index) { | 20 | for (std::size_t index = 0; index < core_managers.size(); ++index) { |
| 22 | core_managers[index] = std::make_unique<CoreManager>(system, index); | 21 | core_managers[index] = std::make_unique<CoreManager>(system, index); |
| 23 | } | 22 | } |