diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-11 12:16:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-12 18:08:46 (GMT) |
commit | 7450a2c6ed601dc94f2de410661065554ff8ce12 (patch) | |
tree | 5007ea25854a1214c87ad994633fe57eb6c30a89 /Source/cmake.h | |
parent | 8c13d7709bb2a254e5927d3df1346d8264ba1bd5 (diff) | |
download | CMake-7450a2c6ed601dc94f2de410661065554ff8ce12.zip CMake-7450a2c6ed601dc94f2de410661065554ff8ce12.tar.gz CMake-7450a2c6ed601dc94f2de410661065554ff8ce12.tar.bz2 |
cmake: Remove method with no external users.
Port internal users to access the member.
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 3acf4a8..d2d3a85 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -249,9 +249,6 @@ class cmake */ cmCommand *GetCommand(const std::string& name); - /** Get list of all commands */ - RegisteredCommandsMap* GetCommands() { return &this->Commands; } - /** Check if a command exists. */ bool CommandExists(const std::string& name) const; |