summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-17 17:45:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-03-31 21:18:43 (GMT)
commit59e8740acaf0b749e8a7028f168a6a6d6d69194f (patch)
tree8233ed7ced2f3b5b619a6dff1d46339dbfe193bf /Source/cmTarget.h
parent26d494ba01809553e335cca4f925d14dab2c50f7 (diff)
downloadCMake-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.h1
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;