cmFileCommand: Remove unused local variable

This commit is contained in:
Brad King 2021-04-26 11:20:53 -04:00
parent 6a003c6f35
commit 1898f9dd82

View File

@ -1490,9 +1490,6 @@ bool HandleCopyFile(std::vector<std::string> const& args,
bool HandleRemoveImpl(std::vector<std::string> const& args, bool recurse,
cmExecutionStatus& status)
{
std::string message;
for (std::string const& arg :
cmMakeRange(args).advance(1)) // Get rid of subcommand
{