]> Cypherpunks.ru repositories - gostls13.git/commit
bufio: remove redundant Writer.flush method
authorMatt Layher <mdlayher@gmail.com>
Sat, 1 Oct 2016 14:13:52 +0000 (10:13 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 1 Oct 2016 15:46:15 +0000 (15:46 +0000)
commitd166a369a89ef2d81efdc5d49fa782ee1c0186c4
treeff7f3ec717a41d2c0308ef32b4a9b4b0d5ee0dee
parent05f599594ac4f8db63d6a2d628b6ba5781273cad
bufio: remove redundant Writer.flush method

Fixes #17232

Change-Id: I34df86f79b643dce9f054c6df6782e6037c06910
Reviewed-on: https://go-review.googlesource.com/30158
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/bufio/bufio.go