Просмотр исходного кода

COMP: Remove useless variable assignment

This removes an assignment whose result is never used, thus quieting a
warning from Borland.
Brad King 16 лет назад
Родитель
Сommit
d445275ed0
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Source/kwsys/SystemTools.cxx

+ 0 - 1
Source/kwsys/SystemTools.cxx

@@ -3963,7 +3963,6 @@ bool SystemTools::GetLineFromStream(kwsys_ios::istream& is,
 
     // Append the data read to the line.
     line.append(buffer);
-    sizeLimit = sizeLimit - static_cast<long>(length);
     }
 
   // Return the results.