aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime.go')
-rw-r--r--src/runtime/runtime.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/runtime.go b/src/runtime/runtime.go
index 8657b6009..c316bf364 100644
--- a/src/runtime/runtime.go
+++ b/src/runtime/runtime.go
@@ -79,11 +79,6 @@ func memequal(x, y unsafe.Pointer, n uintptr) bool {
return true
}
-//go:linkname sleep time.Sleep
-func sleep(d int64) {
- sleepTicks(timeUnit(d / tickMicros))
-}
-
func nanotime() int64 {
return int64(ticks()) * tickMicros
}