From ea092618b1b6df81c09c6d3abb30516a7daa321e Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Mon, 13 Jul 2015 15:06:12 -0600 Subject: Windows: more fixes for windows compile --- layers/draw_state.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'layers/draw_state.cpp') diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 83ceb385..49e91f4b 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -716,7 +716,6 @@ static LAYOUT_NODE* getLayoutNode(const VkDescriptorSetLayout layout) { // Return 1 if update struct is of valid type, 0 otherwise static VkBool32 validUpdateStruct(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: @@ -731,7 +730,6 @@ static VkBool32 validUpdateStruct(const VkDevice device, const GENERIC_HEADER* p // For given update struct, return binding static uint32_t getUpdateBinding(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: @@ -747,7 +745,6 @@ static uint32_t getUpdateBinding(const VkDevice device, const GENERIC_HEADER* pU // Return count for given update struct static uint32_t getUpdateArrayIndex(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: @@ -764,7 +761,6 @@ static uint32_t getUpdateArrayIndex(const VkDevice device, const GENERIC_HEADER* // Return count for given update struct static uint32_t getUpdateCount(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: -- cgit v1.2.3