aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-05-30 15:19:44 -0700
committerGopher Robot <gobot@golang.org>2023-05-31 21:19:39 +0000
commitbf14663943b7c6b9968e3bf7ec6836bf9f75411a (patch)
tree7e4a9316a56f4765ea1f320d423c0bec0366a2a5 /api
parente946f0e1ff09a8a31465b4e2f5add29baa4a1352 (diff)
downloadgo-bf14663943b7c6b9968e3bf7ec6836bf9f75411a.tar.gz
go-bf14663943b7c6b9968e3bf7ec6836bf9f75411a.zip
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>
Diffstat (limited to 'api')
-rw-r--r--api/next/56491.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/next/56491.txt b/api/next/56491.txt
deleted file mode 100644
index 333f92e215..0000000000
--- a/api/next/56491.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-pkg math, func Compare(float64, float64) int #56491
-pkg math, func Compare32(float32, float32) int #56491