From 6bb68b4b88f3e93bb24831474f86e7b409f61119 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 16 Jun 2017 14:32:13 -0700 Subject: [PATCH] layers: Remove dead TODO for MT/CV merge --- layers/core_validation_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/layers/core_validation_types.h b/layers/core_validation_types.h index ae9c69ea..92f300d9 100644 --- a/layers/core_validation_types.h +++ b/layers/core_validation_types.h @@ -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 linkedCommandBuffers; - // MTMTODO : Scrub these data fields and merge active sets w/ lastBound as appropriate std::vector> validate_functions; std::unordered_set memObjs; std::vector> eventUpdates; -- 2.34.1