summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:37:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:37:45 (GMT)
commit6220241fd0bb7902c932742a7aa3d6a96fd0e919 (patch)
treefe8ad134b3e4aab83124fdfaee5f49ca72ac9cd2 /Source/cmTarget.h
parent6353816786caccfef7acb3fd72aa28e0366da405 (diff)
downloadCMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.zip
CMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.tar.gz
CMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.tar.bz2
cmGeneratorTarget: Move GetLinkInterface from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 53a8bd6..a8c6e8f 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -241,10 +241,6 @@ public:
cmTarget const* head,
bool usage_requirements_only) const;
- /** Get the link interface for the given configuration. Returns 0
- if the target cannot be linked. */
- cmLinkInterface const* GetLinkInterface(const std::string& config,
- cmTarget const* headTarget) const;
cmLinkInterfaceLibraries const*
GetLinkInterfaceLibraries(const std::string& config,
cmTarget const* headTarget,