From cbed5e11abafd591564aead909859105f19f0320 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Thu, 19 Feb 2026 16:35:12 -0500 Subject: [PATCH] sysclk: remove unnessesary code --- Source/sys-clk/sysmodule/src/clock_manager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/sys-clk/sysmodule/src/clock_manager.cpp b/Source/sys-clk/sysmodule/src/clock_manager.cpp index a9324848..4808c855 100644 --- a/Source/sys-clk/sysmodule/src/clock_manager.cpp +++ b/Source/sys-clk/sysmodule/src/clock_manager.cpp @@ -683,8 +683,6 @@ void ClockManager::Tick() if(this->config->GetConfigValue(HorizonOCConfigValue_BatteryChargeCurrent)) { I2c_Bq24193_SetFastChargeCurrentLimit(this->config->GetConfigValue(HorizonOCConfigValue_BatteryChargeCurrent)); } - if((GpuSchedulingOverrideMethod)this->config->GetConfigValue(HorizonOCConfigValue_GPUSchedulingMethod) == GpuSchedulingOverrideMethod_Ini) - Board::SetGpuSchedulingMode((GpuSchedulingMode)this->config->GetConfigValue(HorizonOCConfigValue_GPUScheduling), (GpuSchedulingOverrideMethod)this->config->GetConfigValue(HorizonOCConfigValue_GPUSchedulingMethod)); std::uint32_t targetHz = 0; std::uint32_t maxHz = 0;