fix merge

This commit is contained in:
Dmitriy Ryajov 2020-05-19 18:27:55 -06:00
parent 5f704e6825
commit 9d3cc9647b
1 changed files with 0 additions and 3 deletions

View File

@ -167,9 +167,6 @@ method pushTo*(s: BufferStream, data: seq[byte]) {.base, async.} =
## is preserved. ## is preserved.
## ##
if s.atEof:
raise newLPStreamEOFError()
if s.atEof: if s.atEof:
raise newLPStreamEOFError() raise newLPStreamEOFError()