mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 12:16:40 +08:00
cmFileCommand: Remove unused local variable
This commit is contained in:
@@ -1490,9 +1490,6 @@ bool HandleCopyFile(std::vector<std::string> const& args,
|
|||||||
bool HandleRemoveImpl(std::vector<std::string> const& args, bool recurse,
|
bool HandleRemoveImpl(std::vector<std::string> const& args, bool recurse,
|
||||||
cmExecutionStatus& status)
|
cmExecutionStatus& status)
|
||||||
{
|
{
|
||||||
|
|
||||||
std::string message;
|
|
||||||
|
|
||||||
for (std::string const& arg :
|
for (std::string const& arg :
|
||||||
cmMakeRange(args).advance(1)) // Get rid of subcommand
|
cmMakeRange(args).advance(1)) // Get rid of subcommand
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user