Remove wrong comment

This commit is contained in:
dt
2009-09-23 15:07:29 +02:00
parent fba7d76936
commit 45de01ee73

View File

@@ -133,7 +133,6 @@ void CMakeProject::updateToolChain(const QString &compiler)
newToolChain = ProjectExplorer::ToolChain::createGccToolChain("gcc"); newToolChain = ProjectExplorer::ToolChain::createGccToolChain("gcc");
#endif #endif
} else if (compiler == "msvc8") { } else if (compiler == "msvc8") {
// TODO MSVC toolchain
newToolChain = ProjectExplorer::ToolChain::createMSVCToolChain(value(activeBuildConfiguration(), "msvcVersion").toString(), false); newToolChain = ProjectExplorer::ToolChain::createMSVCToolChain(value(activeBuildConfiguration(), "msvcVersion").toString(), false);
} else { } else {
// TODO other toolchains // TODO other toolchains