From 51f7dcb0a55874e71e4695f5154548a41c87ad56 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 27 Aug 2016 13:44:54 +0200 Subject: Makefiles: Inline MakeLauncher into only caller --- Source/cmLocalUnixMakefileGenerator3.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/cmLocalUnixMakefileGenerator3.h') 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& mapping, -- cgit v1.2.1