]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/maps: avoid passing unused key return
authorMichael Pratt <mpratt@google.com>
Wed, 21 Aug 2024 20:17:16 +0000 (16:17 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 28 Oct 2024 21:25:16 +0000 (21:25 +0000)
commit775837f51f03245bcba333094b4b3742f8fbfca3
treee2ae05217b875dd10570cf3b2d7b2227e10b688a
parent579eb79f62d92db872d730f5fe954ca2b7dce8ae
internal/runtime/maps: avoid passing unused key return

For #54766.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest-swissmap
Change-Id: Idee1e021e3cef8f0c031e8f06efbcf6e88918d8a
Reviewed-on: https://go-review.googlesource.com/c/go/+/622376
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/runtime/maps/map.go
src/internal/runtime/maps/table.go