From ce26014c2e6a0200ea90eac8ec87881a0d55e727 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 7 Apr 2026 13:43:50 +1000 Subject: Remove dead code, upgrade env bools to const --- src/strategies/low_latency2/device_strategy.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/strategies') diff --git a/src/strategies/low_latency2/device_strategy.cc b/src/strategies/low_latency2/device_strategy.cc index 08002a9..32ff981 100644 --- a/src/strategies/low_latency2/device_strategy.cc +++ b/src/strategies/low_latency2/device_strategy.cc @@ -97,9 +97,6 @@ void LowLatency2DeviceStrategy::submit_swapchain_present_id( }(); const auto lock = std::scoped_lock{this->mutex}; - - // Fail hard here, the swapchain must exist or something has gone wrong with - // Vulkan bookkeeping. const auto iter = this->swapchain_monitors.find(swapchain); if (iter == std::end(this->swapchain_monitors)) { return; -- cgit v1.2.3