]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "math: add Compare and Compare32"
authorIan Lance Taylor <iant@golang.org>
Tue, 30 May 2023 22:19:44 +0000 (15:19 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 31 May 2023 21:19:39 +0000 (21:19 +0000)
commitbf14663943b7c6b9968e3bf7ec6836bf9f75411a
tree7e4a9316a56f4765ea1f320d423c0bec0366a2a5
parente946f0e1ff09a8a31465b4e2f5add29baa4a1352
Revert "math: add Compare and Compare32"

This reverts CL 467515. Now that we have cmp.Compare,
we don't need math.Compare or math.Compare32 after all.

For #56491
Fixes #60519

Change-Id: I8ed33464adfc6d69bd6b328edb26aa2ee3d234d9
Reviewed-on: https://go-review.googlesource.com/c/go/+/499416
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Eli Bendersky <eliben@google.com>
api/next/56491.txt [deleted file]
src/math/all_test.go
src/math/compare.go [deleted file]