summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-26 08:11:44 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 19:57:29 (GMT)
commit72f43fa13ddb544f84891f14619e622baf29ae38 (patch)
treeacec27c6002dea9e9cb6f4de446c598fdbed3506 /Source/cmLocalVisualStudio6Generator.cxx
parent58811998fb63975cc92abab23044630bc11cd26d (diff)
downloadCMake-72f43fa13ddb544f84891f14619e622baf29ae38.zip
CMake-72f43fa13ddb544f84891f14619e622baf29ae38.tar.gz
CMake-72f43fa13ddb544f84891f14619e622baf29ae38.tar.bz2
cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.
It loops over cmGeneratorTargets, but at the point it is called, there are no cmGeneratorTargets. This must be dead code.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 9263053..f1c8def 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -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();