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

@@ -52,12 +52,6 @@ public:
virtual void FinalPass();
virtual bool HasFinalPass() const { return !this->IsFilesForm; }
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged() const
{
return true;
}
cmTypeMacro(cmInstallFilesCommand, cmCommand);
protected: