Skip to content

Commit 639cc0d

Browse files
ianlancetaylorgopherbot
authored andcommitted
runtime: remove zhangyunhao116/fastrand from cheaprand linkname comment
As of version 0.5.0 and Go 1.22 it no longer linknames cheaprand. Fixes #67709 Change-Id: Ie00900e6428244fa1506bc509c265c10dc322f7a Reviewed-on: https://go-review.googlesource.com/c/go/+/589555 Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Than McIntosh <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 5bf8c0c commit 639cc0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/rand.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ func randn(n uint32) uint32 {
182182
// but widely used packages access it using linkname.
183183
// Notable members of the hall of shame include:
184184
// - github.com/bytedance/gopkg
185-
// - github.com/zhangyunhao116/fastrand
186185
//
187186
// Do not remove or change the type signature.
188187
// See go.dev/issue/67401.

0 commit comments

Comments
 (0)