]> Cypherpunks repositories - gostls13.git/commit
fmt: remove unused global variable byteType
authorMartin Möhrmann <moehrmann@google.com>
Sun, 19 Feb 2017 09:42:34 +0000 (10:42 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Sun, 19 Feb 2017 18:50:46 +0000 (18:50 +0000)
commitd9a19f86fb5297aee62242ad14b6a69d2c990a79
tree3f94ae0055dacbc5376857cf8362f4a5b25685a7
parentcfb0d349921a8f1ce3af8eb56188fc020d8828e5
fmt: remove unused global variable byteType

Change list https://golang.org/cl/20686/ removed the last use
of the variable byteType.

Change-Id: I4ea79095136a49a9d22767b37f48f3404da05056
Reviewed-on: https://go-review.googlesource.com/37197
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/fmt/print.go