From a1218f59d9164407c6e28f816b0f11314b64fe5c Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Wed, 10 May 2017 22:48:31 +0200 Subject: cmCommand: remove unused methods from interface and all implementations --- Source/cmMessageCommand.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/cmMessageCommand.h') diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h index fd2dbe7666..96939e514f 100644 --- a/Source/cmMessageCommand.h +++ b/Source/cmMessageCommand.h @@ -30,11 +30,6 @@ public: */ bool InitialPass(std::vector const& args, cmExecutionStatus& status) CM_OVERRIDE; - - /** - * The name of the command as specified in CMakeList.txt. - */ - std::string GetName() const CM_OVERRIDE { return "message"; } }; #endif -- cgit v1.2.1