From 45ea83a694d148bbf1da6b7e3405078b3a0ab020 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 10 Jul 2003 14:35:58 -0400 Subject: ERR: Remove unused variable --- Source/cmStringCommand.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmStringCommand.cxx b/Source/cmStringCommand.cxx index f41d582..4472a96 100644 --- a/Source/cmStringCommand.cxx +++ b/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]); -- cgit v0.12