mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00:00
COMP: Remove useless variable assignment
This removes an assignment whose result is never used, thus quieting a warning from Borland.
This commit is contained in:
parent
34744b6bc0
commit
d445275ed0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user