From: cuiweixie Date: Thu, 29 Sep 2022 13:53:47 +0000 (+0800) Subject: strconv: delete unused field X-Git-Tag: go1.20rc1~796 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f1f85f4ab549f9bbdf449ac272622d3ba133f4bc;p=gostls13.git 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 --- 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