diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-26 08:11:44 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-27 19:57:29 (GMT) |
commit | 72f43fa13ddb544f84891f14619e622baf29ae38 (patch) | |
tree | acec27c6002dea9e9cb6f4de446c598fdbed3506 /Source/cmLocalGenerator.h | |
parent | 58811998fb63975cc92abab23044630bc11cd26d (diff) | |
download | CMake-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.h | 6 |
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( |