summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-01-31 15:45:30 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-08 18:05:29 (GMT)
commit22c54a109050d026269f57dddc0ce0f146fc149d (patch)
treef8936dd279703628cf9872b8af2639c56e6150c2 /Source/cmMakefile.h
parentf29754573d2b2a199f17be80eb01ae309699bb23 (diff)
downloadCMake-22c54a109050d026269f57dddc0ce0f146fc149d.zip
CMake-22c54a109050d026269f57dddc0ce0f146fc149d.tar.gz
CMake-22c54a109050d026269f57dddc0ce0f146fc149d.tar.bz2
makefile: Remove an unused method
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 79931ad..559d49c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -804,7 +804,6 @@ public:
void AppendProperty(const std::string& prop, const char *value,
bool asString=false);
const char *GetProperty(const std::string& prop) const;
- const char *GetPropertyOrDefinition(const std::string& prop) const;
const char *GetProperty(const std::string& prop,
cmProperty::ScopeType scope) const;
bool GetPropertyAsBool(const std::string& prop) const;