summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-27 18:58:28 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 19:58:48 (GMT)
commitbbad6ba53771dc77bfdf74bab7173374084d434c (patch)
tree1940dcdc87e0cd02081f446c05efda61be2433c7 /Source/cmLocalGenerator.h
parente4dc83ade5f8b44d44f21d3f90185bf0264e5d9d (diff)
downloadCMake-bbad6ba53771dc77bfdf74bab7173374084d434c.zip
CMake-bbad6ba53771dc77bfdf74bab7173374084d434c.tar.gz
CMake-bbad6ba53771dc77bfdf74bab7173374084d434c.tar.bz2
cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method.
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 429d5fc..2971574 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -328,12 +328,6 @@ protected:
void InsertRuleLauncher(std::string& s, cmTarget* target,
const std::string& prop);
- ///! add a custom command to build a .o file that is part of a target
- void AddCustomCommandToCreateObject(const char* ofname,
- const std::string& lang,
- cmSourceFile& source,
- cmGeneratorTarget& target);
-
// Handle old-style install rules stored in the targets.
void GenerateTargetInstallRules(
std::ostream& os, const std::string& config,