]> Cypherpunks repositories - gostls13.git/commit
bufio: Remove unneeded error initialization
authorSilvan Jegen <s.jegen@gmail.com>
Tue, 13 Jan 2015 20:41:23 +0000 (21:41 +0100)
committerIan Lance Taylor <iant@golang.org>
Sat, 18 Jul 2015 18:05:23 +0000 (18:05 +0000)
commitc4bfd2de2039601f20ca2133b83261f703987211
tree65367307873395f59a49ff79b9401a86d078df8e
parentdabb268170e38870968ebf7247bd7efcb70060f8
bufio: Remove unneeded error initialization

The default value for error is nil so there is no need to assign this
value here.

Change-Id: I4714ef7607996ccbf91b704390e1d1d39ee3847b
Reviewed-on: https://go-review.googlesource.com/12355
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/bufio/bufio.go