summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:44 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:45 (GMT)
commit7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4 (patch)
tree9abd84c4ef0bd0b1a7d9222db49174e7df5b5d5c /Source/cmTarget.h
parent97f10e488a5153e45d6a27a730cc1ecbaae7d559 (diff)
downloadCMake-7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4.zip
CMake-7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4.tar.gz
CMake-7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4.tar.bz2
cmGeneratorTarget: Move GetLinkImplementationClosure
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 85d9964..925e7c6 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -293,9 +293,6 @@ public:
cmTarget const* headTarget,
bool usage_requirements_only) const;
- std::vector<cmTarget const*> const&
- GetLinkImplementationClosure(const std::string& config) const;
-
/** The link implementation specifies the direct library
dependencies needed by the object files of the target. */
struct LinkImplementationLibraries