ERR: Remove unused variable

This commit is contained in:
Andy Cedilnik 2003-07-10 14:35:58 -04:00
parent d715fba1cb
commit 45ea83a694
1 changed files with 0 additions and 2 deletions

View File

@ -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]);