ERR: Remove unused variable
This commit is contained in:
parent
d715fba1cb
commit
45ea83a694
|
@ -68,8 +68,6 @@ bool cmStringCommand::HandleToUpperLowerCommand(
|
|||
std::string outvar = args[2];
|
||||
std::string output;
|
||||
|
||||
bool first = true;
|
||||
|
||||
if (toUpper)
|
||||
{
|
||||
output = cmSystemTools::UpperCase(args[1]);
|
||||
|
|
Loading…
Reference in New Issue