summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-05-09 14:04:23 (GMT)
committerBrad King <brad.king@kitware.com>2014-05-09 15:17:32 (GMT)
commitcb810abe6d1c4189517d84fa6e08849a02e3f873 (patch)
treef9547777496cb1a6b0c4b54a7fdd1081e1f21473 /Source/cmTarget.h
parentd91c0f7a3f406dcf5c803e86ad6ac2e75ec0b85f (diff)
downloadCMake-cb810abe6d1c4189517d84fa6e08849a02e3f873.zip
CMake-cb810abe6d1c4189517d84fa6e08849a02e3f873.tar.gz
CMake-cb810abe6d1c4189517d84fa6e08849a02e3f873.tar.bz2
cmTarget: Drop unused GetProperty signature
No callers use the second "scope" argument. Drop this signature and hard-code the default parameter value internally.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 4d8022e..22462b9 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -231,8 +231,6 @@ public:
void AppendProperty(const std::string& prop, const char* value,
bool asString=false);
const char *GetProperty(const std::string& prop) const;
- const char *GetProperty(const std::string& prop,
- cmProperty::ScopeType scope) const;
bool GetPropertyAsBool(const std::string& prop) const;
void CheckProperty(const std::string& prop, cmMakefile* context) const;