diff options
author | Brad King <brad.king@kitware.com> | 2007-02-01 18:04:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-02-01 18:04:15 (GMT) |
commit | 0b4bd97210805a7f7a8db529f26d695224c74c56 (patch) | |
tree | f023503e5bc474166fb3c2b3b47857682ed99338 /Source | |
parent | a4d2dc436693b3fc72143eeafbbae98be9cadb1a (diff) | |
download | CMake-0b4bd97210805a7f7a8db529f26d695224c74c56.zip CMake-0b4bd97210805a7f7a8db529f26d695224c74c56.tar.gz CMake-0b4bd97210805a7f7a8db529f26d695224c74c56.tar.bz2 |
COMP: Removed unused variable.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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<cmStdString>::const_iterator di = this->Defines.begin(); di != this->Defines.end(); ++di) { |