summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-21 15:55:56 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-21 15:55:56 (GMT)
commit46099b82ed71394f1dc6e0bbb91704d274edab7d (patch)
tree151b8e46de8dc3cd8a360a388362917a1e98e690 /Source/cmTarget.h
parent438d9c7c822f42c4fccd77a47b1a32f52a87e617 (diff)
downloadCMake-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.h5
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,