]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused cgoCheckUsingType function
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Oct 2025 21:57:55 +0000 (14:57 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 27 Oct 2025 16:49:00 +0000 (09:49 -0700)
commit5f4ec3541f53233db2a60d638d8d673889d28187
tree97ab43d380a13c676004a8542940ea34330aff26
parent189f2c08cc769fdc98d28ec536010b6f119e645f
runtime: remove unused cgoCheckUsingType function

The only calls to it were removed in CL 616255.

Change-Id: I6c6b01e2e98d54300b6323fd74ccc45fa1d433dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/714820
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
src/runtime/cgocheck.go