From 6fdbe9201ffa17af0d75db5f6ba33854044a56ee Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 25 Jan 2021 15:11:48 -0500 Subject: cmNinjaUtilityTargetGenerator: Remove leftover development comment --- Source/cmNinjaUtilityTargetGenerator.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmNinjaUtilityTargetGenerator.cxx b/Source/cmNinjaUtilityTargetGenerator.cxx index 3995624..e3a9c02 100644 --- a/Source/cmNinjaUtilityTargetGenerator.cxx +++ b/Source/cmNinjaUtilityTargetGenerator.cxx @@ -122,8 +122,6 @@ void cmNinjaUtilityTargetGenerator::WriteUtilBuildStatements( std::copy(util_outputs.begin(), util_outputs.end(), std::back_inserter(gg->GetByproductsForCleanTarget())); } - // TODO: Does this need an output config? - // Does this need to go in impl-.ninja? lg->AppendTargetDepends(genTarget, deps, config, fileConfig, DependOnTargetArtifact); -- cgit v0.12