diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 17:01:20 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-09-19 19:36:15 (GMT) |
commit | 6429d6d9dd94523c75e982fa875028e3e32a0629 (patch) | |
tree | a372a3a65bca8a2ffba4ceef87bb43929a08bfa3 /Source/cmCommonTargetGenerator.h | |
parent | ad79061720b8f68cd8e406aadd240d233d2a1073 (diff) | |
download | CMake-6429d6d9dd94523c75e982fa875028e3e32a0629.zip CMake-6429d6d9dd94523c75e982fa875028e3e32a0629.tar.gz CMake-6429d6d9dd94523c75e982fa875028e3e32a0629.tar.bz2 |
cmOutputConverter: Remove now-obsolete Convert method
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r-- | Source/cmCommonTargetGenerator.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h index b433c18..4c52fe5 100644 --- a/Source/cmCommonTargetGenerator.h +++ b/Source/cmCommonTargetGenerator.h @@ -57,10 +57,6 @@ protected: // The windows module definition source file (.def), if any. cmSourceFile const* ModuleDefinitionFile; - std::string Convert(std::string const& source, - cmOutputConverter::RelativeRoot relative, - cmOutputConverter::OutputFormat output); - void AppendFortranFormatFlags(std::string& flags, cmSourceFile const& source); |