summaryrefslogtreecommitdiff
path: root/Source/cmWriteFileCommand.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-26 21:27:08 +0200
committerStephen Kelly <steveire@gmail.com>2015-09-27 12:08:07 +0200
commit5642449a69b7e8ed0a0fbaf1607ef34ebae239c6 (patch)
treeb1830290b5f8cb37646c1f7bb0bf1fbd1d3937f5 /Source/cmWriteFileCommand.h
parent77c6a339af39869608dcaccf578a6cdd84d2efaa (diff)
downloadcmake-5642449a69b7e8ed0a0fbaf1607ef34ebae239c6.tar.gz
cmCommand: Remove IsDiscouraged interface.
This used to affect documentation, but does not affect the Sphinx documentation.
Diffstat (limited to 'Source/cmWriteFileCommand.h')
-rw-r--r--Source/cmWriteFileCommand.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmWriteFileCommand.h b/Source/cmWriteFileCommand.h
index 0d06878c03..89dc9ff6c6 100644
--- a/Source/cmWriteFileCommand.h
+++ b/Source/cmWriteFileCommand.h
@@ -46,12 +46,6 @@ public:
*/
virtual std::string GetName() const { return "write_file";}
- /** This command is kept for compatibility with older CMake versions. */
- virtual bool IsDiscouraged() const
- {
- return true;
- }
-
cmTypeMacro(cmWriteFileCommand, cmCommand);
};