misc cleanup

R=r
http://go/go-review/1016017
This commit is contained in:
Russ Cox 2009-11-01 09:25:55 -08:00
parent 45495249e1
commit 7732d80ceb
8 changed files with 43 additions and 53 deletions

View file

@ -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);