Browse Source

cmGlobalNinjaGenerator: Remove obsolete TODO comment

ClausKlein 8 months ago
parent
commit
7d8b39226c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmGlobalNinjaGenerator.cxx

+ 0 - 1
Source/cmGlobalNinjaGenerator.cxx

@@ -387,7 +387,6 @@ void cmGlobalNinjaGenerator::WriteCustomCommandBuild(
       std::string cmd = command; // NOLINT(*)
       std::string cmd = command; // NOLINT(*)
 #ifdef _WIN32
 #ifdef _WIN32
       if (cmd.empty())
       if (cmd.empty())
-        // TODO Shouldn't an empty command be handled by ninja?
         cmd = "cmd.exe /c";
         cmd = "cmd.exe /c";
 #endif
 #endif
       vars["COMMAND"] = std::move(cmd);
       vars["COMMAND"] = std::move(cmd);