cmCommand: remove IsScriptable

This commit is contained in:
Daniel Pfeifer
2017-04-17 23:00:07 +02:00
parent da8faa8c7e
commit 44c0b2b75a
48 changed files with 0 additions and 232 deletions
-5
View File
@@ -69,11 +69,6 @@ public:
*/
std::string GetName() const CM_OVERRIDE { return "if"; }
/**
* This determines if the command is invoked when in script mode.
*/
bool IsScriptable() const CM_OVERRIDE { return true; }
// Filter the given variable definition based on policy CMP0054.
static const char* GetDefinitionIfUnquoted(
const cmMakefile* mf, cmExpandedCommandArgument const& argument);