mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Remove unused variable.
This commit is contained in:
@@ -1294,7 +1294,6 @@ std::string cmLocalGenerator::GetIncludeFlags(
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string include = *i;
|
|
||||||
if(!flagUsed || repeatFlag)
|
if(!flagUsed || repeatFlag)
|
||||||
{
|
{
|
||||||
if(sysIncludeFlag &&
|
if(sysIncludeFlag &&
|
||||||
|
|||||||
Reference in New Issue
Block a user