diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-10-12 14:05:01 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-10-13 19:13:33 -0600 |
| commit | bb03358f6a826b6ac759951df2aa6acdbb80a68d (patch) | |
| tree | a4ab710dff8720bf73aa612930daf48f24477fe3 | |
| parent | b1040f8609349200c725cb58604a1a3f76b0a36f (diff) | |
| download | usermoji-bb03358f6a826b6ac759951df2aa6acdbb80a68d.tar.xz | |
layers:Kill outdated comment
| -rw-r--r-- | layers/core_validation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 71e7406b..f3d077a1 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -6840,7 +6840,6 @@ CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateI layer_data *dev_data = get_my_data_ptr(get_dispatch_key(device), layer_data_map); VkResult result = dev_data->dispatch_table.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); if (VK_SUCCESS == result) { - // Insert this pool into Global Pool LL at head if (log_msg(dev_data->report_data, VK_DEBUG_REPORT_INFORMATION_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT, (uint64_t)*pDescriptorPool, __LINE__, DRAWSTATE_OUT_OF_MEMORY, "DS", "Created Descriptor Pool 0x%" PRIxLEAST64, (uint64_t)*pDescriptorPool)) |
