diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-08-27 13:21:24 (GMT) |
commit | 51f7dcb0a55874e71e4695f5154548a41c87ad56 (patch) | |
tree | 5da054611f978cc5422e28f7252e130473cdc35b /Source/cmLocalUnixMakefileGenerator3.h | |
parent | ba4ba7c39de82b805652efbb7dc5e1659c53f36b (diff) | |
download | CMake-51f7dcb0a55874e71e4695f5154548a41c87ad56.zip CMake-51f7dcb0a55874e71e4695f5154548a41c87ad56.tar.gz CMake-51f7dcb0a55874e71e4695f5154548a41c87ad56.tar.bz2 |
Makefiles: Inline MakeLauncher into only caller
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index ea98607..3e90055 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -251,9 +251,6 @@ protected: private: std::string MaybeConvertWatcomShellCommand(std::string const& cmd); - std::string MakeLauncher(cmCustomCommandGenerator const& ccg, - cmGeneratorTarget* target, - cmOutputConverter::RelativeRoot relative); void ComputeObjectFilenames( std::map<cmSourceFile const*, std::string>& mapping, |