aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.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/param_checker.cpp
parentfdc2d35f95c58591c887e6153271687cf92a9257 (diff)
downloadusermoji-f992173c7b0d52d87503423b14c9efeb112ef65f.tar.xz
misc: Changes to fix warnings in Windows / VC++ build
Diffstat (limited to 'layers/param_checker.cpp')
-rw-r--r--layers/param_checker.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp
index 3171baf2..73a505f1 100644
--- a/layers/param_checker.cpp
+++ b/layers/param_checker.cpp
@@ -261,8 +261,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;