]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove MarkUsedIfaceMethodIndex mechanism
authorKeith Randall <khr@golang.org>
Fri, 22 Oct 2021 02:15:24 +0000 (19:15 -0700)
committerKeith Randall <khr@golang.org>
Mon, 25 Oct 2021 20:39:31 +0000 (20:39 +0000)
commit0ae0d5c62eae1a4043d1d9cb41acc563a5e75daa
tree8e553721c35cedec6e7a57fe84b28f5237b63517
parentc26a32a5004afd4598f844ab49332c25d7613133
cmd/compile: remove MarkUsedIfaceMethodIndex mechanism

We don't need it any more, after CL 357835.

Change-Id: I1ff5f24b5540c3e80c4b35be8215a1c378952274
Reviewed-on: https://go-review.googlesource.com/c/go/+/357894
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go
src/cmd/compile/internal/reflectdata/reflect.go