mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
45495249e1
commit
7732d80ceb
8 changed files with 43 additions and 53 deletions
|
|
@ -269,10 +269,6 @@ func leftShift(a *decimal, k uint) {
|
|||
n = quo;
|
||||
}
|
||||
|
||||
if w != 0 {
|
||||
// TODO: Remove - has no business panicking.
|
||||
panicln("strconv: bad leftShift", w);
|
||||
}
|
||||
a.nd += delta;
|
||||
a.dp += delta;
|
||||
trim(a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue