]> Cypherpunks repositories - gostls13.git/commit
runtime: remove ret field from gobuf
authorKeith Randall <khr@golang.org>
Tue, 25 Feb 2025 22:21:42 +0000 (14:21 -0800)
committerKeith Randall <khr@golang.org>
Wed, 26 Feb 2025 22:48:55 +0000 (14:48 -0800)
commitc594762ad5289c0ea5e1cb63675acf7350c2503e
tree4734882faeba82a2244f77f308129abcae4d9d58
parent2e71ae33ca3339cc2f7554ec6a8a39c5938f1001
runtime: remove ret field from gobuf

It's not used for anything.

Change-Id: I031b3cdfe52b6b1cff4b3cb6713ffe588084542f
Reviewed-on: https://go-review.googlesource.com/c/go/+/652276
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
15 files changed:
src/cmd/internal/obj/arm/obj5.go
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_loong64.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/asm_wasm.s
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/sizeof_test.go