From 0b4bd97210805a7f7a8db529f26d695224c74c56 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Feb 2007 13:04:15 -0500 Subject: COMP: Removed unused variable. --- Source/cmLocalVisualStudio7Generator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 843a9c3..df02b0b 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -1716,7 +1716,6 @@ void cmLocalVisualStudio7GeneratorOptions::AddFlag(const char* flag, bool cmLocalVisualStudio7GeneratorOptions::UsingUnicode() { // Look for the a _UNICODE definition. - bool use_unicode = false; for(std::vector::const_iterator di = this->Defines.begin(); di != this->Defines.end(); ++di) { -- cgit v0.12