diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-04 23:29:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-05 08:26:09 (GMT) |
commit | 364c7ea187d67f702891b201970712806999ad07 (patch) | |
tree | 0abcee45c16fa9c661659f63eb96c57fbc0295af /Source/cmake.h | |
parent | 47acfe1d1e480bee109efa2de9253cf1a5457a8e (diff) | |
download | CMake-364c7ea187d67f702891b201970712806999ad07.zip CMake-364c7ea187d67f702891b201970712806999ad07.tar.gz CMake-364c7ea187d67f702891b201970712806999ad07.tar.bz2 |
cmake: Remove unused method.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 79ccc33..c22b329 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -287,9 +287,6 @@ class cmake cmProperty::ScopeType scope); bool GetPropertyAsBool(const std::string& prop); - // Get the properties - cmPropertyMap &GetProperties() { return this->Properties; } - ///! Get or create an cmInstalledFile instance and return a pointer to it cmInstalledFile *GetOrCreateInstalledFile( cmMakefile* mf, const std::string& name); |