diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-07-01 08:49:50 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-07-01 10:11:35 -0600 |
| commit | 0bff377d1618ecdc99511a7850aafe396b427dcd (patch) | |
| tree | abc4449dd08a37bacc0ee783ea668bb3e6de95c7 /layers/core_validation.cpp | |
| parent | e87e2feb6b8c7691c793baf785de60c8bc85f145 (diff) | |
| download | usermoji-0bff377d1618ecdc99511a7850aafe396b427dcd.tar.xz | |
layers: Remove unused var to fix android build
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 03d48501..6a84d2b5 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -9180,7 +9180,6 @@ static void TransitionSubpassLayouts(layer_data *dev_data, GLOBAL_CB_NODE *pCB, if (!framebuffer) return; - const safe_VkFramebufferCreateInfo &framebufferInfo = framebuffer->createInfo; const VkSubpassDescription &subpass = renderPass->pCreateInfo->pSubpasses[subpass_index]; for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { TransitionAttachmentRefLayout(dev_data, pCB, framebuffer, subpass.pInputAttachments[j]); |
