summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-10 20:06:36 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-14 13:46:53 (GMT)
commit4c763dd1f1c922606660e275372cc6313ac42535 (patch)
treef51f973e0bbbe099d63456faf614259f89ae79c0 /Source/cmTarget.h
parent190cabe7c1641482529bba34d46a38e4e33a2384 (diff)
downloadCMake-4c763dd1f1c922606660e275372cc6313ac42535.zip
CMake-4c763dd1f1c922606660e275372cc6313ac42535.tar.gz
CMake-4c763dd1f1c922606660e275372cc6313ac42535.tar.bz2
cmTarget: Drop 'head' argument from GetLanguages
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 908e4ba..d5fb5e8 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -491,8 +491,7 @@ public:
// information to forward these property changes to the targets
// until we have per-target object file properties.
void GetLanguages(std::set<std::string>& languages,
- std::string const& config,
- cmTarget const* head = 0) const;
+ std::string const& config) const;
/** Return whether this target is an executable with symbol exports
enabled. */