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/helper.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/helper.hh') diff --git a/src/helper.hh b/src/helper.hh index 6dde9be..f7c38da 100644 --- a/src/helper.hh +++ b/src/helper.hh @@ -53,12 +53,6 @@ static const T* find_link(const void* const head, return nullptr; } -template std::uint64_t extract_present_id(const T& submit) { - const auto lspi = find_next( - &submit, VK_STRUCTURE_TYPE_LATENCY_SUBMISSION_PRESENT_ID_NV); - return lspi ? lspi->presentID : 0; -} - } // namespace low_latency #endif \ No newline at end of file -- cgit v1.2.3