diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-27 18:57:39 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-27 19:58:47 (GMT) |
commit | e4dc83ade5f8b44d44f21d3f90185bf0264e5d9d (patch) | |
tree | dc22e7137520226257edf296f44828281e86c59c /Source/cmLocalGenerator.h | |
parent | 72f43fa13ddb544f84891f14619e622baf29ae38 (diff) | |
download | CMake-e4dc83ade5f8b44d44f21d3f90185bf0264e5d9d.zip CMake-e4dc83ade5f8b44d44f21d3f90185bf0264e5d9d.tar.gz CMake-e4dc83ade5f8b44d44f21d3f90185bf0264e5d9d.tar.bz2 |
cmLocalGenerator: Remove unused AddBuildTargetRule method.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index fee2420..429d5fc 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -328,11 +328,6 @@ protected: void InsertRuleLauncher(std::string& s, cmTarget* target, const std::string& prop); - - /** Convert a target to a utility target for unsupported - * languages of a generator */ - void AddBuildTargetRule(const std::string& llang, - cmGeneratorTarget& target); ///! add a custom command to build a .o file that is part of a target void AddCustomCommandToCreateObject(const char* ofname, const std::string& lang, |