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/cmMarkAsAdvancedCommand.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/cmMarkAsAdvancedCommand.h') diff --git a/Source/cmMarkAsAdvancedCommand.h b/Source/cmMarkAsAdvancedCommand.h index 4f80746e21..a7791a9325 100644 --- a/Source/cmMarkAsAdvancedCommand.h +++ b/Source/cmMarkAsAdvancedCommand.h @@ -31,11 +31,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 "mark_as_advanced"; } }; #endif -- cgit v1.2.1