diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-04-07 13:43:50 +1000 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-04-07 13:43:50 +1000 |
| commit | ce26014c2e6a0200ea90eac8ec87881a0d55e727 (patch) | |
| tree | 7fe1360097b8814188e70de570faac2edee80840 /src/strategies/low_latency2 | |
| parent | a65bdd8a0aa027c97391cea807d6d30df1c22ca4 (diff) | |
Remove dead code, upgrade env bools to const
Diffstat (limited to 'src/strategies/low_latency2')
| -rw-r--r-- | src/strategies/low_latency2/device_strategy.cc | 3 |
1 files changed, 0 insertions, 3 deletions
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; |
