summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 13:42:31 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-06 13:44:17 (GMT)
commitf573bd22e4049746b53789fc0502cff8423dbe56 (patch)
treec165e4e8a08f46e61388cadf1071e0a0c82833ea /Source/cmMakefile.h
parentccbc2259137fe61a770bb0b5538a20bf5e00bc8f (diff)
downloadCMake-f573bd22e4049746b53789fc0502cff8423dbe56.zip
CMake-f573bd22e4049746b53789fc0502cff8423dbe56.tar.gz
CMake-f573bd22e4049746b53789fc0502cff8423dbe56.tar.bz2
cmLocalGenerator: Add Feature API from cmMakefile.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 431ed08..a601067 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -727,9 +727,6 @@ public:
cmProperty::ScopeType scope) const;
bool GetPropertyAsBool(const std::string& prop) const;
- const char* GetFeature(const std::string& feature,
- const std::string& config);
-
// Get the properties
cmPropertyMap &GetProperties() { return this->Properties; }