From: Dmitriy Vyukov Date: Mon, 24 Feb 2014 16:23:03 +0000 (+0400) Subject: runtime: fix double symbol definition X-Git-Tag: go1.3beta1~612 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0ef0d6cd7b3898c5f6986d4fdc253ded497d05e2;p=gostls13.git runtime: fix double symbol definition 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 --- diff --git a/src/pkg/runtime/mgc0.c b/src/pkg/runtime/mgc0.c index 6b8b4c52bf..d34ba4c026 100644 --- a/src/pkg/runtime/mgc0.c +++ b/src/pkg/runtime/mgc0.c @@ -2182,8 +2182,6 @@ readgogc(void) return runtime·atoi(p); } -static FuncVal runfinqv = {runfinq}; - void runtime·gc(int32 force) {