COMP: Removed unused variable.
This commit is contained in:
parent
a4d2dc4366
commit
0b4bd97210
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user