]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up now unused pushCallSupported
authorJoel Sing <joel@sing.id.au>
Thu, 16 Apr 2020 05:33:53 +0000 (15:33 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 16 Apr 2020 15:31:20 +0000 (15:31 +0000)
commit4eaf855155acb2da69adbab7728c1a59b9315d41
tree6e5ea821a812d487465b7449f3e94eb221467f57
parent2a029b3f26169be7c89cb2cdcc3db4b5d097a8b8
runtime: clean up now unused pushCallSupported

All platforms now support pushCall, hence remove the now unnecessary
pushCallSupported flag/guard.

Change-Id: I99e4be73839da68a742f3c239bae9ce2f8764624
Reviewed-on: https://go-review.googlesource.com/c/go/+/228497
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/signal_386.go
src/runtime/signal_amd64.go
src/runtime/signal_arm.go
src/runtime/signal_arm64.go
src/runtime/signal_linux_s390x.go
src/runtime/signal_mips64x.go
src/runtime/signal_mipsx.go
src/runtime/signal_ppc64x.go
src/runtime/signal_riscv64.go
src/runtime/signal_unix.go