diff options
author | Gabor Bencze <b.gabor98@gmail.com> | 2019-08-21 19:03:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-26 15:48:47 (GMT) |
commit | 11f35d340ed359df6202f23fc143b2fd36de5995 (patch) | |
tree | 062cce74d92ae79e8ac46198f6e9faf8c8d12346 /Source/cmState.h | |
parent | ae51aa32f0589e4f5fc9a251a5be534cba631876 (diff) | |
download | CMake-11f35d340ed359df6202f23fc143b2fd36de5995.zip CMake-11f35d340ed359df6202f23fc143b2fd36de5995.tar.gz CMake-11f35d340ed359df6202f23fc143b2fd36de5995.tar.bz2 |
cmCommand refactor: remove unused AddDisallowedCommand overload
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index 937ab61..a7ca015 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -159,9 +159,6 @@ public: void AddBuiltinCommand(std::string const& name, BuiltinCommand command); void AddDisallowedCommand(std::string const& name, BuiltinCommand command, cmPolicies::PolicyID policy, const char* message); - void AddDisallowedCommand(std::string const& name, - std::unique_ptr<cmCommand> command, - cmPolicies::PolicyID policy, const char* message); void AddUnexpectedCommand(std::string const& name, const char* error); void AddScriptedCommand(std::string const& name, Command command); void RemoveBuiltinCommand(std::string const& name); |