summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-27 18:57:39 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 19:58:47 (GMT)
commite4dc83ade5f8b44d44f21d3f90185bf0264e5d9d (patch)
treedc22e7137520226257edf296f44828281e86c59c /Source/cmLocalGenerator.h
parent72f43fa13ddb544f84891f14619e622baf29ae38 (diff)
downloadCMake-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.h5
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,