]> Cypherpunks.ru repositories - gostls13.git/commit
all: remove pre-Go 1.17 workarounds
authorRuss Cox <rsc@golang.org>
Thu, 4 Aug 2022 03:01:08 +0000 (23:01 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 4 Aug 2022 17:05:18 +0000 (17:05 +0000)
commitfb1bfd4d37d40cd5e4969ac631cf979d7b08f1a2
tree1a0fc1a26b0c24b2f2cd2a7bfe45e9b81428acad
parent44ff9bff0cd02642c37cce0223d25dc57230c8d2
all: remove pre-Go 1.17 workarounds

The Go bootstrap toolchain requirement is now Go 1.17.
We can finally delete all these pre-Go 1.17 workarounds.

For #44505.

Change-Id: I59d4dff1cde23da022892b5b6a116eb3dbad9ce4
Reviewed-on: https://go-review.googlesource.com/c/go/+/420903
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
14 files changed:
src/cmd/compile/internal/gc/bootstrap.go [deleted file]
src/cmd/compile/internal/gc/pprof.go [deleted file]
src/cmd/compile/internal/gc/trace.go [deleted file]
src/cmd/compile/internal/gc/util.go
src/cmd/compile/internal/logopt/escape.go [deleted file]
src/cmd/compile/internal/logopt/escape_bootstrap.go [deleted file]
src/cmd/compile/internal/logopt/log_opts.go
src/internal/pkgbits/frames_go1.go [deleted file]
src/internal/pkgbits/frames_go17.go [deleted file]
src/internal/pkgbits/sync.go
src/sort/slice.go
src/sort/slice_go113.go [deleted file]
src/sort/slice_go14.go [deleted file]
src/sort/slice_go18.go [deleted file]