mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: add first cut and policies still need to add the doc support
This commit is contained in:
@@ -96,14 +96,6 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
||||
Reference in New Issue
Block a user