summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 15:37:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:46:32 (GMT)
commit0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad (patch)
treeb38335484e57492a77430de5ca2e2dedcb46400a /Source/cmTarget.h
parentabe9505df94e9a1511238c41f9d4459064148c94 (diff)
downloadCMake-0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad.zip
CMake-0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad.tar.gz
CMake-0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad.tar.bz2
cmGeneratorTarget: Move ComputeLinkImplementationLanguages from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 8866e65..1db4ba1 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -237,9 +237,6 @@ public:
void ComputeLinkImplementationLibraries(const std::string& config,
cmOptionalLinkImplementation& impl,
cmTarget const* head) const;
- void ComputeLinkImplementationLanguages(const std::string& config,
- cmOptionalLinkImplementation& impl
- ) const;
cmOptionalLinkImplementation&
GetLinkImplMap(std::string const& config) const;