]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix arm build
authorDavid Crawshaw <david.crawshaw@zentus.com>
Thu, 28 Aug 2014 15:47:54 +0000 (11:47 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 28 Aug 2014 15:47:54 +0000 (11:47 -0400)
LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/134030043

src/pkg/runtime/stubs.go

index 793cc3acb77ef0df281c47b0d48175c17f704085..364c3e744de1a1b9c0b0871ddb07987f47e276a8 100644 (file)
@@ -190,7 +190,6 @@ func newstackcall(fv *funcval, addr unsafe.Pointer, size uint32)
 func procyield(cycles uint32)
 func osyield()
 func cgocallback_gofunc(fv *funcval, frame unsafe.Pointer, framesize uintptr)
-func cmpstring(s1, s2 string) int
 func persistentalloc(size, align uintptr, stat *uint64) unsafe.Pointer
 func readgogc() int32
 func notetsleepg(n *note, ns int64)