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/cmSetTargetPropertiesCommand.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/cmSetTargetPropertiesCommand.h') diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index bb34d1e739..4256181573 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -25,11 +25,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 "set_target_properties"; } - /** * Used by this command and cmSetPropertiesCommand */ -- cgit v1.2.1