diff options
| author | Chris Forbes <chrisforbes@google.com> | 2017-06-01 11:37:58 -0700 |
|---|---|---|
| committer | Chris Forbes <chrisf@ijw.co.nz> | 2017-06-05 11:56:37 -0700 |
| commit | a6b887b976d9f6d099994a9b3e7f17e77809496c (patch) | |
| tree | 657d45cf1b0db7312ba5652eff9964d6ea676705 /layers/core_validation.cpp | |
| parent | 393dedb8a2a860e906527dc10bff51232eeb5869 (diff) | |
| download | usermoji-a6b887b976d9f6d099994a9b3e7f17e77809496c.tar.xz | |
layers: Remove dead device queue tracking from swapchain
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 0c7a3363..e28caff6 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -10386,7 +10386,6 @@ VKAPI_ATTR VkResult VKAPI_CALL GetSwapchainImagesKHR(VkDevice device, VkSwapchai // This should never happen and is checked by param checker. if (!pCount) return result; std::lock_guard<std::mutex> lock(global_lock); - const size_t count = *pCount; auto swapchain_node = GetSwapchainNode(dev_data, swapchain); for (uint32_t i = 0; i < *pCount; ++i) { IMAGE_LAYOUT_NODE image_layout_node; |
