cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.

It loops over cmGeneratorTargets, but at the point it is called, there are no
cmGeneratorTargets.  This must be dead code.
This commit is contained in:
Stephen Kelly
2015-07-26 10:11:44 +02:00
parent 58811998fb
commit 72f43fa13d
5 changed files with 0 additions and 66 deletions

View File

@@ -82,14 +82,6 @@ private:
std::string Event;
};
void cmLocalVisualStudio6Generator::AddHelperCommands()
{
std::set<std::string> lang;
lang.insert("C");
lang.insert("CXX");
this->CreateCustomTargetsAndCommands(lang);
}
void cmLocalVisualStudio6Generator::AddCMakeListsRules()
{
cmTargets &tgts = this->Makefile->GetTargets();