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-27 12:08:07 +02:00
parent 77c6a339af
commit 5642449a69
18 changed files with 0 additions and 71 deletions
-6
View File
@@ -50,12 +50,6 @@ public:
*/
virtual bool IsScriptable() const { return true; }
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged() const
{
return true;
}
cmTypeMacro(cmExecProgramCommand, cmCommand);
private:
static bool RunCommand(const char* command, std::string& output,