From 40bd28f0c79b6791c7fd86ce42badde300286864 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Mo=CC=88hrmann?= Date: Fri, 18 Mar 2016 12:10:47 +0100 Subject: [PATCH] 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 --- src/fmt/print.go | 1 - 1 file changed, 1 deletion(-) 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 -- 2.48.1