From 44c0b2b75a1c67a8bede285368f617f2c8e1dd77 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Mon, 17 Apr 2017 23:00:07 +0200 Subject: cmCommand: remove IsScriptable --- Source/cmSiteNameCommand.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/cmSiteNameCommand.h') diff --git a/Source/cmSiteNameCommand.h b/Source/cmSiteNameCommand.h index c7425f6b77..e133c6c4a0 100644 --- a/Source/cmSiteNameCommand.h +++ b/Source/cmSiteNameCommand.h @@ -32,11 +32,6 @@ public: bool InitialPass(std::vector const& args, cmExecutionStatus& status) CM_OVERRIDE; - /** - * This determines if the command is invoked when in script mode. - */ - bool IsScriptable() const CM_OVERRIDE { return true; } - /** * The name of the command as specified in CMakeList.txt. */ -- cgit v1.2.1