summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
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/cmLocalGenerator.h
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/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 2dfe825..fee2420 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -338,12 +338,6 @@ protected:
const std::string& lang,
cmSourceFile& source,
cmGeneratorTarget& target);
- // Create Custom Targets and commands for unsupported languages
- // The set passed in should contain the languages supported by the
- // generator directly. Any targets containing files that are not
- // of the types listed will be compiled as custom commands and added
- // to a custom target.
- void CreateCustomTargetsAndCommands(std::set<std::string> const&);
// Handle old-style install rules stored in the targets.
void GenerateTargetInstallRules(