]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix double symbol definition
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 24 Feb 2014 16:23:03 +0000 (20:23 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 24 Feb 2014 16:23:03 +0000 (20:23 +0400)
runfinqv is already defined the same way on line 271.
There may also be something to fix in compiler/linker wrt diagnostics.
Fixes #7375.

LGTM=bradfitz
R=golang-codereviews, dave, bradfitz
CC=golang-codereviews
https://golang.org/cl/67850044

src/pkg/runtime/mgc0.c

index 6b8b4c52bf6716112e2d9697879add8f7d248d86..d34ba4c026be0f77cd2e2036d168fb7a1580e51e 100644 (file)
@@ -2182,8 +2182,6 @@ readgogc(void)
        return runtime·atoi(p);
 }
 
-static FuncVal runfinqv = {runfinq};
-
 void
 runtime·gc(int32 force)
 {