From e018880350990565746a3b335b1606497ce94211 Mon Sep 17 00:00:00 2001 From: Aaron Orenstein Date: Thu, 17 Aug 2017 18:27:03 -0700 Subject: cmMakefile: Drop unused method --- Source/cmMakefile.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 398604d..272522c 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -623,7 +623,6 @@ public: { return this->SourceFiles; } - std::vector& GetSourceFiles() { return this->SourceFiles; } /** * Is there a source file that has the provided source file as an output? -- cgit v0.12