COMP: Removed unused variable.

This commit is contained in:
Brad King 2007-02-01 13:04:15 -05:00
parent a4d2dc4366
commit 0b4bd97210
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{