From f992173c7b0d52d87503423b14c9efeb112ef65f Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Wed, 22 Apr 2015 11:36:22 -0600 Subject: misc: Changes to fix warnings in Windows / VC++ build --- layers/multi.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'layers/multi.cpp') diff --git a/layers/multi.cpp b/layers/multi.cpp index 1640dc6f..b26e67db 100644 --- a/layers/multi.cpp +++ b/layers/multi.cpp @@ -267,8 +267,6 @@ VK_LAYER_EXPORT VkResult VKAPI vkGetGlobalExtensionInfo( size_t* pDataSize, void* pData) { - VkResult result; - /* This entrypoint is NOT going to init it's own dispatch table since loader calls here early */ VkExtensionProperties *ext_props; uint32_t *count; -- cgit v1.2.3