aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.cpp
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2017-12-03 12:25:32 -0500
committerTobin Ehlis <tobine@google.com>2017-12-04 13:24:39 -0700
commit9bd006d688830ea1c2301699f3933686103597c6 (patch)
tree43840d394037fdefbfa9a930e29478068268d9a7 /layers/core_validation.cpp
parent4bc1edf73534287f9488e3232c25d6d803146e4c (diff)
downloadusermoji-9bd006d688830ea1c2301699f3933686103597c6.tar.xz
layers: Remove unused variable from core validation.
Diffstat (limited to 'layers/core_validation.cpp')
-rw-r--r--layers/core_validation.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index 769c65f2..c78feff9 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -116,10 +116,6 @@ static const VkDeviceMemory MEMTRACKER_SWAP_CHAIN_IMAGE_KEY = (VkDeviceMemory)(-
// 2nd special memory handle used to flag object as unbound from memory
static const VkDeviceMemory MEMORY_UNBOUND = VkDeviceMemory(~((uint64_t)(0)) - 1);
-// A special value of (0xFFFFFFFF, 0xFFFFFFFF) indicates that the surface size will be determined
-// by the extent of a swapchain targeting the surface.
-static const uint32_t kSurfaceSizeFromSwapchain = 0xFFFFFFFFu;
-
struct instance_layer_data {
VkInstance instance = VK_NULL_HANDLE;
debug_report_data *report_data = nullptr;