summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-08-27 13:44:54 +0200
committerStephen Kelly <steveire@gmail.com>2016-08-27 15:21:24 +0200
commit51f7dcb0a55874e71e4695f5154548a41c87ad56 (patch)
tree5da054611f978cc5422e28f7252e130473cdc35b /Source/cmLocalUnixMakefileGenerator3.h
parentba4ba7c39de82b805652efbb7dc5e1659c53f36b (diff)
downloadcmake-51f7dcb0a55874e71e4695f5154548a41c87ad56.tar.gz
Makefiles: Inline MakeLauncher into only caller
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index ea986076bd..3e90055a9f 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,