Ver Fonte

ERR: Remove unused variable

Andy Cedilnik há 22 anos atrás
pai
commit
45ea83a694
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Source/cmStringCommand.cxx

+ 0 - 2
Source/cmStringCommand.cxx

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