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/cmLocalVisualStudio6Generator.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/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index 8f4d521..a44e61d 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -35,7 +35,6 @@ public: virtual ~cmLocalVisualStudio6Generator(); - virtual void AddHelperCommands(); virtual void AddCMakeListsRules(); /** |