aboutsummaryrefslogtreecommitdiff
path: root/layers/multi.cpp
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-04-22 11:36:22 -0600
committerTony Barbour <tony@LunarG.com>2015-04-22 12:47:54 -0600
commitf992173c7b0d52d87503423b14c9efeb112ef65f (patch)
treee3c46890c4ab75b893421041dce431b9a701b779 /layers/multi.cpp
parentfdc2d35f95c58591c887e6153271687cf92a9257 (diff)
downloadusermoji-f992173c7b0d52d87503423b14c9efeb112ef65f.tar.xz
misc: Changes to fix warnings in Windows / VC++ build
Diffstat (limited to 'layers/multi.cpp')
-rw-r--r--layers/multi.cpp2
1 files changed, 0 insertions, 2 deletions
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;