diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-06-14 11:05:39 +1200 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-06-20 15:48:32 -0600 |
| commit | c9daf8f06c8187c0be4ca3dc433916b4a8662c92 (patch) | |
| tree | 1f21b08bc58e6e112cab9358a7fca64c9274e403 | |
| parent | 411d56cccf693ad141f631abb0a30a2e21e8a203 (diff) | |
| download | usermoji-c9daf8f06c8187c0be4ca3dc433916b4a8662c92.tar.xz | |
layers: Remove some MT leftovers
Change-Id: I2b62475951315c6b231342be6f7c74865e3ea2bb
Signed-off-by: Chris Forbes <chrisforbes@google.com>
| -rw-r--r-- | layers/core_validation.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/layers/core_validation.h b/layers/core_validation.h index d3e7cd4d..5cd6be0f 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -245,11 +245,6 @@ class QUEUE_NODE { VkQueue queue; VkDevice device; std::vector<VkFence> lastFences; -#if MTMERGE - // MTMTODO : merge cmd_buffer data structs here - std::list<VkCommandBuffer> pQueueCommandBuffers; - std::list<VkDeviceMemory> pMemRefList; -#endif std::vector<CB_SUBMISSION> untrackedSubmissions; std::unordered_map<VkEvent, VkPipelineStageFlags> eventToStageMap; std::unordered_map<QueryObject, bool> queryToStateMap; // 0 is unavailable, 1 is available |
