summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-08-27 17:01:20 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-09-19 19:36:15 (GMT)
commit6429d6d9dd94523c75e982fa875028e3e32a0629 (patch)
treea372a3a65bca8a2ffba4ceef87bb43929a08bfa3 /Source/cmCommonTargetGenerator.cxx
parentad79061720b8f68cd8e406aadd240d233d2a1073 (diff)
downloadCMake-6429d6d9dd94523c75e982fa875028e3e32a0629.zip
CMake-6429d6d9dd94523c75e982fa875028e3e32a0629.tar.gz
CMake-6429d6d9dd94523c75e982fa875028e3e32a0629.tar.bz2
cmOutputConverter: Remove now-obsolete Convert method
Diffstat (limited to 'Source/cmCommonTargetGenerator.cxx')
-rw-r--r--Source/cmCommonTargetGenerator.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmCommonTargetGenerator.cxx b/Source/cmCommonTargetGenerator.cxx
index df68280..fdf0b0e 100644
--- a/Source/cmCommonTargetGenerator.cxx
+++ b/Source/cmCommonTargetGenerator.cxx
@@ -47,13 +47,6 @@ std::string const& cmCommonTargetGenerator::GetConfigName() const
return this->ConfigName;
}
-std::string cmCommonTargetGenerator::Convert(
- std::string const& source, cmOutputConverter::RelativeRoot relative,
- cmOutputConverter::OutputFormat output)
-{
- return this->LocalGenerator->Convert(source, relative, output);
-}
-
const char* cmCommonTargetGenerator::GetFeature(const std::string& feature)
{
return this->GeneratorTarget->GetFeature(feature, this->ConfigName);