COMP: remove unused variable

Alex
This commit is contained in:
Alexander Neundorf 2007-08-27 08:49:41 -04:00
parent 6d99c5af25
commit a764593f1d
1 changed files with 0 additions and 1 deletions

View File

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