diff options
| author | Nick Ripley <nick.ripley@datadoghq.com> | 2026-01-13 16:29:52 -0500 |
|---|---|---|
| committer | Nick Ripley <nick.ripley@datadoghq.com> | 2026-01-23 05:36:57 -0800 |
| commit | 84c8483e02280a87d71eac6b231a514200dfab2b (patch) | |
| tree | 62303fe534640961444090d0fecd8904a4da1a7f /src/runtime | |
| parent | 13096a62e600ad73ee42063b557d3805078f5982 (diff) | |
| download | go-84c8483e02280a87d71eac6b231a514200dfab2b.tar.xz | |
runtime: remove unused mutexevent linkname
CL 29650 added a sync.event linkname for mutexevent, but that does not
appear to have ever been used. This linkname isn't in the "hall of
shame", so we can just remove it.
Change-Id: I778b53ca089b5afda6c6074be9e43e3a6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/736220
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/mprof.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/mprof.go b/src/runtime/mprof.go index f1703a7eba..7d761720b5 100644 --- a/src/runtime/mprof.go +++ b/src/runtime/mprof.go @@ -834,7 +834,6 @@ func SetMutexProfileFraction(rate int) int { return int(old) } -//go:linkname mutexevent sync.event func mutexevent(cycles int64, skip int) { if cycles < 0 { cycles = 0 |
