aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/mprof.go1
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