diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-17 17:45:37 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-03-31 21:18:43 (GMT) |
commit | 59e8740acaf0b749e8a7028f168a6a6d6d69194f (patch) | |
tree | 8233ed7ced2f3b5b619a6dff1d46339dbfe193bf /Source/cmTarget.h | |
parent | 26d494ba01809553e335cca4f925d14dab2c50f7 (diff) | |
download | CMake-59e8740acaf0b749e8a7028f168a6a6d6d69194f.zip CMake-59e8740acaf0b749e8a7028f168a6a6d6d69194f.tar.gz CMake-59e8740acaf0b749e8a7028f168a6a6d6d69194f.tar.bz2 |
cmTarget: Remove AddSourceFile method
It is no longer used.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 8df9bd8..e9e3622 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -137,7 +137,6 @@ public: */ void GetSourceFiles(std::vector<std::string> &files) const; void GetSourceFiles(std::vector<cmSourceFile*> &files) const; - void AddSourceFile(cmSourceFile* sf); std::vector<std::string> const& GetObjectLibraries() const { return this->ObjectLibraries; |