]> Cypherpunks repositories - gostls13.git/commit
reflect: remove typedmemmovepartial as it is unused
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 7 Apr 2023 17:41:10 +0000 (18:41 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 10 Apr 2023 18:58:50 +0000 (18:58 +0000)
commitdf6396fc22823e9ab666d2d06c86f219d5129926
tree0b543bbbd423e84eb709cd6412d695b8f21d547b
parent65ea4c5021d44395db8728eea16eb8f7fc7420eb
reflect: remove typedmemmovepartial as it is unused

It appears to have been unused since https://go.dev/cl/298670
in April 2021, as that change removed its only use.
It is always in the git history if it is needed again.

Change-Id: Ie55d059c102dfaa75bd253e09d48a4b30f45e941
Reviewed-on: https://go-review.googlesource.com/c/go/+/483136
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/reflect/value.go
src/runtime/mbarrier.go