Browse Source

cmFileCommand: Remove unused local variable

Brad King 4 years ago
parent
commit
1898f9dd82
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/cmFileCommand.cxx

+ 0 - 3
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
   {