diff options
author | Brad King <brad.king@kitware.com> | 2021-04-26 15:20:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-28 14:09:52 (GMT) |
commit | 1898f9dd827fc6d74b4689c1ea6e59e9344ae415 (patch) | |
tree | f7948bd90c6b5e4f6e65dc5bcd6fb0258446552b /Source/cmFileCommand.cxx | |
parent | 6a003c6f355776343157f2437b8cabbc003c2adf (diff) | |
download | CMake-1898f9dd827fc6d74b4689c1ea6e59e9344ae415.zip CMake-1898f9dd827fc6d74b4689c1ea6e59e9344ae415.tar.gz CMake-1898f9dd827fc6d74b4689c1ea6e59e9344ae415.tar.bz2 |
cmFileCommand: Remove unused local variable
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 3 |
1 files changed, 0 insertions, 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<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 { |