]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] runtime: delete gosave function
authorCherry Zhang <cherryyz@google.com>
Thu, 4 Feb 2021 17:59:06 +0000 (12:59 -0500)
committerCherry Zhang <cherryyz@google.com>
Fri, 5 Feb 2021 20:05:30 +0000 (20:05 +0000)
commit8fa84772ba035b74975572fbc9df0330523cc388
tree2f269dd315f0f16e5e67d5ed8b01af666b98f0af
parent946351d5a27d7dc5550f579ddfec926790903fc5
[dev.regabi] runtime: delete gosave function

The runtime.gosave function is not used anywhere. Delete.

Note: there is also a gosave<> function, which is actually used
and not deleted.

Change-Id: I64149a7afdd217de26d1e6396233f2becfad7153
Reviewed-on: https://go-review.googlesource.com/c/go/+/289719
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_mips64x.s
src/runtime/asm_mipsx.s
src/runtime/asm_ppc64x.s
src/runtime/asm_riscv64.s
src/runtime/asm_s390x.s
src/runtime/stubs.go