layers: Remove dead TODO for MT/CV merge
authorChris Forbes <chrisforbes@google.com>
Fri, 16 Jun 2017 21:32:13 +0000 (14:32 -0700)
committerChris Forbes <chrisf@ijw.co.nz>
Mon, 19 Jun 2017 17:49:28 +0000 (10:49 -0700)
layers/core_validation_types.h

index ae9c69e..92f300d 100644 (file)
@@ -677,7 +677,6 @@ struct GLOBAL_CB_NODE : public BASE_NODE {
     // If primary, the secondary command buffers we will call.
     // If secondary, the primary command buffers we will be called by.
     std::unordered_set<GLOBAL_CB_NODE *> linkedCommandBuffers;
-    // MTMTODO : Scrub these data fields and merge active sets w/ lastBound as appropriate
     std::vector<std::function<bool()>> validate_functions;
     std::unordered_set<VkDeviceMemory> memObjs;
     std::vector<std::function<bool(VkQueue)>> eventUpdates;