]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeleted
authorKeith Randall <khr@golang.org>
Fri, 25 Oct 2024 21:22:23 +0000 (14:22 -0700)
committerKeith Randall <khr@golang.org>
Fri, 1 Nov 2024 20:10:22 +0000 (20:10 +0000)
commit900578d09c42eef2fa5139246794ac6f3aff2e0a
tree6d6231880d52120e063f4bd43b93a2f96af1e7eb
parent490f6a79332dbd702801e240cc7d4bb250674e17
internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeleted

I don't think we have any code that uses this function.
Unless it is something for the future.

Change-Id: I7e44634f7a9c1d4d64d84c358447ccf213668d92
Reviewed-on: https://go-review.googlesource.com/c/go/+/622077
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/internal/runtime/maps/group.go