aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
diff options
context:
space:
mode:
authorDan Scales <danscales@google.com>2021-03-04 12:09:04 -0800
committerDan Scales <danscales@google.com>2021-03-04 23:37:01 +0000
commit96a96a9058004af531db56dee26d82af08321cdb (patch)
tree83982a0a02c0e1a3799baa7c670f46ca5fa98fc0 /src/encoding/json/encode.go
parentd891ebdce1ac2c72e1d923c24f5a65ec14ba7cf8 (diff)
downloadgo-96a96a9058004af531db56dee26d82af08321cdb.tar.xz
cmd/compile: remove types2.(*Selection).TArgs(), now that instance bug seems fixed
Previously, we would sometimes see an internal (*instance) type for a receiver of a types2 method, which was a bug. To deal with that, we put in an extra (*Selection).TArgs() method. However, that (*instance) type is no longer showing up for receivers, so we can remove the types2 method we added and do the work with existing types2 API methods. Change-Id: I03e68f5bbaaf82fe706b6efecbb02e951bbd3cd4 Reviewed-on: https://go-review.googlesource.com/c/go/+/298869 Run-TryBot: Dan Scales <danscales@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> Trust: Dan Scales <danscales@google.com>
Diffstat (limited to 'src/encoding/json/encode.go')
0 files changed, 0 insertions, 0 deletions