diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-18 11:45:43 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-18 11:45:43 (GMT) |
commit | 357342602db67e456e9afc9697328d490ab0fc41 (patch) | |
tree | 3eed358cdd9c351ad702eb5b2c788943b162d54d /Source/cmMakefile.h | |
parent | e7fbd489e0da88e2fd70aa039da4f4173ee24028 (diff) | |
download | CMake-357342602db67e456e9afc9697328d490ab0fc41.zip CMake-357342602db67e456e9afc9697328d490ab0fc41.tar.gz CMake-357342602db67e456e9afc9697328d490ab0fc41.tar.bz2 |
cmMakefile: Inline only use of GetLinkDirectories.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 82a2279..154e099 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -233,10 +233,6 @@ public: */ void AddLinkDirectory(const std::string&); - const std::vector<std::string>& GetLinkDirectories() const - { - return this->LinkDirectories; - } void SetLinkDirectories(const std::vector<std::string>& vec) { this->LinkDirectories = vec; |