summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-08 19:49:03 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-09 13:50:06 (GMT)
commitb2f51aef0d518be6be6fba05147dd53125cdb731 (patch)
tree6608101c4ac01a52e5d4bd53612fe047be4e5115 /Source/cmMakefileTargetGenerator.h
parentcdb5b65752c5a009ac3bb7425637da808a7a9bca (diff)
downloadCMake-b2f51aef0d518be6be6fba05147dd53125cdb731.zip
CMake-b2f51aef0d518be6be6fba05147dd53125cdb731.tar.gz
CMake-b2f51aef0d518be6be6fba05147dd53125cdb731.tar.bz2
cmCommonTargetGenerator: Adopt Convert method
Move it up from cmMakefileTargetGenerator.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index d2d1df9..09f3c52 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -254,18 +254,6 @@ protected:
// Compute target-specific Fortran language flags.
void AddFortranFlags(std::string& flags);
-
- //==================================================================
- // Convenience routines that do nothing more than forward to
- // implementaitons
- std::string Convert(const std::string& source,
- cmLocalGenerator::RelativeRoot relative,
- cmLocalGenerator::OutputFormat output =
- cmLocalGenerator::UNCHANGED)
- {
- return this->LocalGenerator->Convert(source, relative, output);
- }
-
};
#endif