Przeglądaj źródła

COMP: remove unused variable

Alex
Alexander Neundorf 18 lat temu
rodzic
commit
a764593f1d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Source/cmGlobalKdevelopGenerator.cxx

+ 0 - 1
Source/cmGlobalKdevelopGenerator.cxx

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