aboutsummaryrefslogtreecommitdiff
path: root/layers/basic.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/basic.cpp
parentfdc2d35f95c58591c887e6153271687cf92a9257 (diff)
downloadusermoji-f992173c7b0d52d87503423b14c9efeb112ef65f.tar.xz
misc: Changes to fix warnings in Windows / VC++ build
Diffstat (limited to 'layers/basic.cpp')
-rw-r--r--layers/basic.cpp2
1 files changed, 0 insertions, 2 deletions
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;