summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-14 14:34:36 -0400
committerBrad King <brad.king@kitware.com>2016-09-14 14:50:40 -0400
commit7a2e114dd8ab55bc9ef9e1106ae352d2fea558d3 (patch)
tree786d2e40564f30acf0e2bb3cca795d5ba2c7c6d1 /Source/cmTarget.h
parent00e78c19903c24bb7cc969f3b825b2502661f3c0 (diff)
downloadcmake-7a2e114dd8ab55bc9ef9e1106ae352d2fea558d3.tar.gz
cmTarget: Inline SetType method at only remaining call site
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 8a1d27e07b..ebc92f31a9 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -283,7 +283,6 @@ public:
};
private:
- void SetType(cmState::TargetType f, const std::string& name);
void SetMakefile(cmMakefile* mf);
bool HandleLocationPropertyPolicy(cmMakefile* context) const;