diff options
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r-- | Source/cmCommand.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h index e7c0fc6..96699ac 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -97,14 +97,6 @@ public: } /** - * This determines if the method is deprecated or not. - */ - virtual bool IsDeprecated(int /*major*/, int /*minor*/) - { - return false; - } - - /** * This determines if usage of the method is discouraged or not. * This is currently only used for generating the documentation. */ |