From f1f85f4ab549f9bbdf449ac272622d3ba133f4bc Mon Sep 17 00:00:00 2001 From: cuiweixie Date: Thu, 29 Sep 2022 21:53:47 +0800 Subject: [PATCH] strconv: delete unused field Change-Id: I1257270c55d69962988b6034e7341a9142a0c449 Reviewed-on: https://go-review.googlesource.com/c/go/+/436720 Auto-Submit: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Robert Griesemer Run-TryBot: Ian Lance Taylor Run-TryBot: Robert Griesemer Run-TryBot: xie cui <523516579@qq.com> Reviewed-by: Ian Lance Taylor --- src/strconv/ftoa.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/strconv/ftoa.go b/src/strconv/ftoa.go index f602d0ffe6..fcbf4df13b 100644 --- a/src/strconv/ftoa.go +++ b/src/strconv/ftoa.go @@ -373,7 +373,6 @@ func roundShortest(d *decimal, mant uint64, exp int, flt *floatInfo) { type decimalSlice struct { d []byte nd, dp int - neg bool } // %e: -d.ddddde±dd