mirror of
https://github.com/golang/go
synced 2024-11-17 15:54:39 -07:00
strconv: delete unused field
Change-Id: I1257270c55d69962988b6034e7341a9142a0c449 Reviewed-on: https://go-review.googlesource.com/c/go/+/436720 Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Run-TryBot: Robert Griesemer <gri@google.com> Run-TryBot: xie cui <523516579@qq.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
157e018fc3
commit
f1f85f4ab5
@ -373,7 +373,6 @@ func roundShortest(d *decimal, mant uint64, exp int, flt *floatInfo) {
|
|||||||
type decimalSlice struct {
|
type decimalSlice struct {
|
||||||
d []byte
|
d []byte
|
||||||
nd, dp int
|
nd, dp int
|
||||||
neg bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// %e: -d.ddddde±dd
|
// %e: -d.ddddde±dd
|
||||||
|
Loading…
Reference in New Issue
Block a user