Commit 0ef0d6cd authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

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
parent dd740343
......@@ -2182,8 +2182,6 @@ readgogc(void)
return runtime·atoi(p);
}
static FuncVal runfinqv = {runfinq};
void
runtime·gc(int32 force)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment