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/cmOutputRequiredFilesCommand.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/cmOutputRequiredFilesCommand.h') diff --git a/Source/cmOutputRequiredFilesCommand.h b/Source/cmOutputRequiredFilesCommand.h index e261eb06df..d20bfbdc18 100644 --- a/Source/cmOutputRequiredFilesCommand.h +++ b/Source/cmOutputRequiredFilesCommand.h @@ -21,7 +21,6 @@ public: cmCommand* Clone() CM_OVERRIDE { return new cmOutputRequiredFilesCommand; } bool InitialPass(std::vector const& args, cmExecutionStatus& status) CM_OVERRIDE; - std::string GetName() const CM_OVERRIDE { return "output_required_files"; } void ListDependencies(cmDependInformation const* info, FILE* fout, std::set* visited); -- cgit v1.2.1