Andy Cedilnik 20 лет назад
Родитель
Сommit
7b02221059
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      Source/cmSystemTools.cxx

+ 1 - 2
Source/cmSystemTools.cxx

@@ -1589,8 +1589,7 @@ bool cmSystemTools::ListTar(const char* outFileName, std::vector<cmStdString>& f
     return false;
     return false;
     }
     }
 
 
-  int i;
-  while ((i = th_read(t)) == 0)
+  while ((th_read(t)) == 0)
   {
   {
     const char* filename = th_get_pathname(t);
     const char* filename = th_get_pathname(t);
     files.push_back(filename);
     files.push_back(filename);