summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-10 20:02:46 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-14 13:46:53 (GMT)
commit190cabe7c1641482529bba34d46a38e4e33a2384 (patch)
tree59db70d59a91460a056650a11e4cc9a29b6a7b6e /Source/cmTarget.h
parentc72642f927e65e66f602406380349f928a961e77 (diff)
downloadCMake-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.h3
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,