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/basic.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'layers/basic.cpp') diff --git a/layers/basic.cpp b/layers/basic.cpp index 64964f34..260f7c3d 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp @@ -78,8 +78,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