1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00

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
This commit is contained in:
Dmitriy Vyukov 2014-02-24 20:23:03 +04:00
parent dd740343e0
commit 0ef0d6cd7b

View File

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