diff options
author | Brad King <brad.king@kitware.com> | 2014-07-10 20:02:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-14 13:46:53 (GMT) |
commit | 190cabe7c1641482529bba34d46a38e4e33a2384 (patch) | |
tree | 59db70d59a91460a056650a11e4cc9a29b6a7b6e /Source/cmTarget.h | |
parent | c72642f927e65e66f602406380349f928a961e77 (diff) | |
download | CMake-190cabe7c1641482529bba34d46a38e4e33a2384.zip CMake-190cabe7c1641482529bba34d46a38e4e33a2384.tar.gz CMake-190cabe7c1641482529bba34d46a38e4e33a2384.tar.bz2 |
cmTarget: Drop 'head' argument from ComputeLinkImplementationLanguages
No call sites need it to be anything but 'this'.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index dc67f1e..908e4ba 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -787,8 +787,7 @@ private: LinkImplementation& impl, cmTarget const* head) const; void ComputeLinkImplementationLanguages(const std::string& config, - LinkImplementation& impl, - cmTarget const* head) const; + LinkImplementation& impl) const; void ComputeLinkClosure(const std::string& config, LinkClosure& lc) const; void ExpandLinkItems(std::string const& prop, std::string const& value, |