From 1898f9dd827fc6d74b4689c1ea6e59e9344ae415 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 26 Apr 2021 11:20:53 -0400 Subject: cmFileCommand: Remove unused local variable --- Source/cmFileCommand.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index a943258..1088347 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -1490,9 +1490,6 @@ bool HandleCopyFile(std::vector const& args, bool HandleRemoveImpl(std::vector const& args, bool recurse, cmExecutionStatus& status) { - - std::string message; - for (std::string const& arg : cmMakeRange(args).advance(1)) // Get rid of subcommand { -- cgit v0.12