mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ERR: Remove unused variable
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user