diff options
author | Aaron Orenstein <aorenste@fb.com> | 2017-08-18 01:27:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-20 18:10:45 (GMT) |
commit | e018880350990565746a3b335b1606497ce94211 (patch) | |
tree | 1e3a010bc0b58e607e376730de36cafae70ed5a7 /Source/cmMakefile.h | |
parent | fe1e811b4fec546d8a55cd1160335766422f2127 (diff) | |
download | CMake-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.h | 1 |
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? |