From: Martin Möhrmann Date: Fri, 18 Mar 2016 11:10:47 +0000 (+0100) Subject: fmt: remove unused field from printer struct X-Git-Tag: go1.7beta1~1223 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=40bd28f0c79b6791c7fd86ce42badde300286864;p=gostls13.git fmt: remove unused field from printer struct Change-Id: I0ec775c51f461c6f0cbff88e796a7af55b736fcb Reviewed-on: https://go-review.googlesource.com/20838 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/src/fmt/print.go b/src/fmt/print.go index 862deb9dcb..1cf1246b5d 100644 --- a/src/fmt/print.go +++ b/src/fmt/print.go @@ -103,7 +103,6 @@ func (bp *buffer) WriteRune(r rune) { } type pp struct { - n int panicking bool erroring bool // printing an error condition buf buffer