]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types: remove unused Tie method
authorMatthew Dempsky <mdempsky@google.com>
Sat, 28 Aug 2021 05:53:48 +0000 (22:53 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 30 Aug 2021 02:40:35 +0000 (02:40 +0000)
commit21d0b306afc204d9b523a89914b6440dcc6d73cc
tree49277e27c7dbecd2c562f4f6bf91dc4d7c8d4b46
parenta29d9aad7a4543498ff505b0a36d10c0f0153d3f
cmd/compile/internal/types: remove unused Tie method

Once upon a time, this was used by package walk to compute the
"conv[TIE]2[TIE]" function names, etc.; but it seems like those
callers have all changed to directly specializing on IsInterface and
IsEmptyInterface instead.

Change-Id: I629cdf076a09e7255ae293b8f879db0cdcf4de5b
Reviewed-on: https://go-review.googlesource.com/c/go/+/345793
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/types/type.go