summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorAaron Orenstein <aorenste@fb.com>2017-08-18 01:27:03 (GMT)
committerBrad King <brad.king@kitware.com>2017-09-20 18:10:45 (GMT)
commite018880350990565746a3b335b1606497ce94211 (patch)
tree1e3a010bc0b58e607e376730de36cafae70ed5a7 /Source/cmMakefile.h
parentfe1e811b4fec546d8a55cd1160335766422f2127 (diff)
downloadCMake-e018880350990565746a3b335b1606497ce94211.zip
CMake-e018880350990565746a3b335b1606497ce94211.tar.gz
CMake-e018880350990565746a3b335b1606497ce94211.tar.bz2
cmMakefile: Drop unused method
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
1 files changed, 0 insertions, 1 deletions
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<cmSourceFile*>& GetSourceFiles() { return this->SourceFiles; }
/**
* Is there a source file that has the provided source file as an output?