diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-07 18:13:33 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-07 18:13:33 (GMT) |
commit | 3b4895fa35e4a96022abd99b07002a7d2ab3a968 (patch) | |
tree | e985a95b71727c813ad6106eef311ffa01caf665 /Source/cmTarget.h | |
parent | 2232e97a6ed4a338b814d1ba3d62a7ffa9ef6e7f (diff) | |
download | CMake-3b4895fa35e4a96022abd99b07002a7d2ab3a968.zip CMake-3b4895fa35e4a96022abd99b07002a7d2ab3a968.tar.gz CMake-3b4895fa35e4a96022abd99b07002a7d2ab3a968.tar.bz2 |
cmTarget: Inline MergeLinkLibraries into only caller
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index f062529..8fbb42f 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -153,9 +153,6 @@ public: cmListFileContext const& lfc); void GetTllSignatureTraces(std::ostream& s, TLLSignature sig) const; - void MergeLinkLibraries(cmMakefile& mf, const std::string& selfname, - const LinkLibraryVectorType& libs); - const std::vector<std::string>& GetLinkDirectories() const; void AddLinkDirectory(const std::string& d); |