Revert "load_command: Deprecate and document pending removal"

This reverts commit d2d43986e7.
We will add a policy to remove the command more gracefully.
This commit is contained in:
Brad King
2013-01-07 10:31:07 -05:00
parent d2d43986e7
commit 09a0da7789
7 changed files with 1 additions and 32 deletions

View File

@@ -224,10 +224,6 @@ cmLoadedCommand::~cmLoadedCommand()
bool cmLoadCommandCommand
::InitialPass(std::vector<std::string> const& args, cmExecutionStatus &)
{
this->Makefile->IssueMessage(
cmake::AUTHOR_WARNING,
"The \"load_command\" command will be removed in CMake 3.0. "
"See command documentation for details.");
if(args.size() < 1 )
{
return true;