From 24613d8b45b4f76e9227e9dec4dcd19ae9cfdfb5 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 16 May 2015 05:18:32 +0200 Subject: [PATCH] cmLocalGenerator: Remove unused method. --- Source/cmLocalUnixMakefileGenerator3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 7b436a58b8..4836867275 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -99,7 +99,6 @@ public: */ void SetIncludeDirective(const std::string& s) { this->IncludeDirective = s; } - const std::string& GetIncludeDirective() { return this->IncludeDirective; } /** * Set max makefile variable size, default is 0 which means unlimited.