cmCommand: Remove IsDiscouraged interface.

This used to affect documentation, but does not affect the Sphinx
documentation.
This commit is contained in:
Stephen Kelly
2015-09-26 21:27:08 +02:00
parent 77c6a339af
commit 5642449a69
18 changed files with 0 additions and 71 deletions

View File

@@ -44,12 +44,6 @@ public:
*/
virtual std::string GetName() const { return "link_libraries";}
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged() const
{
return true;
}
cmTypeMacro(cmLinkLibrariesCommand, cmCommand);
};