summaryrefslogtreecommitdiff
path: root/Source/cmCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-03-01 15:20:35 -0500
committerKen Martin <ken.martin@kitware.com>2008-03-01 15:20:35 -0500
commitd49ef18f8a9ebe4e512d67d3fb88958c655beb69 (patch)
treea40a7a4649f9a7137579c6c22be29846f97d72c3 /Source/cmCommand.h
parent32ca01bef0fe4218319d9c9fd02ea11336f5e134 (diff)
downloadcmake-d49ef18f8a9ebe4e512d67d3fb88958c655beb69.tar.gz
ENH: add first cut and policies still need to add the doc support
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r--Source/cmCommand.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h
index e7c0fc67c9..96699ac1c9 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.
*/