aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/big')
-rw-r--r--src/math/big/nat.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/math/big/nat.go b/src/math/big/nat.go
index 90ce6d19c4..b9f4026a04 100644
--- a/src/math/big/nat.go
+++ b/src/math/big/nat.go
@@ -389,13 +389,6 @@ func addAt(z, x nat, i int) {
}
}
-func max(x, y int) int {
- if x > y {
- return x
- }
- return y
-}
-
// karatsubaLen computes an approximation to the maximum k <= n such that
// k = p<<i for a number p <= threshold and an i >= 0. Thus, the
// result is the largest number that can be divided repeatedly by 2 before