aboutsummaryrefslogtreecommitdiff
path: root/src/strategies/low_latency2
diff options
context:
space:
mode:
Diffstat (limited to 'src/strategies/low_latency2')
-rw-r--r--src/strategies/low_latency2/device_strategy.cc3
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;