]> Cypherpunks repositories - gostls13.git/commit
runtime: delete unused cbctxts variable on windows assembly
authorqmuntal <quimmuntal@gmail.com>
Wed, 25 Jan 2023 07:56:17 +0000 (08:56 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Wed, 25 Jan 2023 22:05:14 +0000 (22:05 +0000)
commit2c7856087a7b3864284f908c0a091fd5af419d03
tree64da12e0b1bd37dec5b4f393f2c4aa212b5bea59
parent4f467f10820e78add23bf5ddeb1de521aa6f8864
runtime: delete unused cbctxts variable on windows assembly

runtime·cbctxts has been unused since CL 258938, but it was left over.

Change-Id: I374ad26e668a36994e41f5d17593b33090bdc644
Reviewed-on: https://go-review.googlesource.com/c/go/+/463119
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s
src/runtime/sys_windows_arm.s
src/runtime/sys_windows_arm64.s