diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 553b70ed3..5f1bbdae3 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/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(length); } // Return the results.