commit | 917f764382e63a9a61d0456b1d54a79bc679371b | [log] [tgz] |
---|---|---|
author | David G. Andersen <dave.andersen@gmail.com> | Mon Jul 02 15:30:00 2012 -0700 |
committer | Robert Griesemer <gri@golang.org> | Mon Jul 02 15:30:00 2012 -0700 |
tree | 2e868b812dbd9e24e03d7552b83bb44b8066e177 | |
parent | 21de1ab359f198fff172f5e2bbaa29ab955a4688 [diff] |
math/big: Remove unnecessary test from nat.go multiplication The switch at the beginning of the function already ensures n > 1, so testing for n < 2 is redundant. R=golang-dev, gri CC=golang-dev https://golang.org/cl/6350051