diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-01-31 15:45:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-08 18:05:29 (GMT) |
commit | 22c54a109050d026269f57dddc0ce0f146fc149d (patch) | |
tree | f8936dd279703628cf9872b8af2639c56e6150c2 /Source/cmMakefile.h | |
parent | f29754573d2b2a199f17be80eb01ae309699bb23 (diff) | |
download | CMake-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.h | 1 |
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; |