mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
COMP: Removed unused variable.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user