diff options
author | Brad King <brad.king@kitware.com> | 2014-07-21 15:55:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-21 15:55:56 (GMT) |
commit | 46099b82ed71394f1dc6e0bbb91704d274edab7d (patch) | |
tree | 151b8e46de8dc3cd8a360a388362917a1e98e690 /Source/cmTarget.h | |
parent | 438d9c7c822f42c4fccd77a47b1a32f52a87e617 (diff) | |
download | CMake-46099b82ed71394f1dc6e0bbb91704d274edab7d.zip CMake-46099b82ed71394f1dc6e0bbb91704d274edab7d.tar.gz CMake-46099b82ed71394f1dc6e0bbb91704d274edab7d.tar.bz2 |
cmTarget: Move ComputeLinkImplementation* to internals
There are no external callers, and this will allow the methods to see
the full OptionalLinkImplementation internal structure.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index b4c8a0f..f8bed4f 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -797,11 +797,6 @@ private: LinkImplementationLibraries const* GetLinkImplementationLibrariesInternal(const std::string& config, cmTarget const* head) const; - void ComputeLinkImplementationLibraries(const std::string& config, - LinkImplementation& impl, - cmTarget const* head) const; - void ComputeLinkImplementationLanguages(const std::string& config, - LinkImplementation& impl) const; void ComputeLinkClosure(const std::string& config, LinkClosure& lc) const; void ExpandLinkItems(std::string const& prop, std::string const& value, |