aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/error.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/error.go')
-rw-r--r--src/runtime/error.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/error.go b/src/runtime/error.go
index 2435f98b7a..e1291e1543 100644
--- a/src/runtime/error.go
+++ b/src/runtime/error.go
@@ -121,7 +121,6 @@ func printany(i interface{}) {
// strings.IndexByte is implemented in runtime/asm_$goarch.s
// but amusingly we need go:linkname to get access to it here in the runtime.
//go:linkname stringsIndexByte strings.IndexByte
-//go:noescape
func stringsIndexByte(s string, c byte) int
// panicwrap generates a panic for a call to a wrapped value method