summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-26 15:20:53 (GMT)
committerBrad King <brad.king@kitware.com>2021-04-28 14:09:52 (GMT)
commit1898f9dd827fc6d74b4689c1ea6e59e9344ae415 (patch)
treef7948bd90c6b5e4f6e65dc5bcd6fb0258446552b /Source/cmFileCommand.cxx
parent6a003c6f355776343157f2437b8cabbc003c2adf (diff)
downloadCMake-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.cxx3
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
{