mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 13:18:37 -06:00
COMP: remove unused variable
Alex
This commit is contained in:
@@ -283,7 +283,6 @@ void cmGlobalKdevelopGenerator
|
||||
cmsys::Directory d;
|
||||
if (d.Load(projectDir.c_str()))
|
||||
{
|
||||
unsigned int i;
|
||||
size_t numf = d.GetNumberOfFiles();
|
||||
for (unsigned int i = 0; i < numf; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user