diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-13 18:48:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-13 19:10:19 (GMT) |
commit | 1e738bcf9c7952bc9ae9bfb1be831c9f16998f54 (patch) | |
tree | f98247eeab61418aeb987c57914ae7cb5c507de1 /Source/cmake.h | |
parent | 62854e9966a3fe308cff4a76c89f6bf72f76551c (diff) | |
download | CMake-1e738bcf9c7952bc9ae9bfb1be831c9f16998f54.zip CMake-1e738bcf9c7952bc9ae9bfb1be831c9f16998f54.tar.gz CMake-1e738bcf9c7952bc9ae9bfb1be831c9f16998f54.tar.bz2 |
cmake: Simplify RemoveUnscriptableCommands algorithm.
Remove obsolete RemoveCommand method.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 38c05c9..455b54e 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -222,7 +222,6 @@ class cmake */ void AddCommand(cmCommand* ); void RenameCommand(const std::string& oldName, const std::string& newName); - void RemoveCommand(const std::string& name); void RemoveUnscriptableCommands(); /** |