From: Dmitriy Vyukov Date: Tue, 23 Sep 2014 02:51:53 +0000 (-0700) Subject: runtime: remove unused function declaration X-Git-Tag: go1.4beta1~323 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dcb594ec30f428b4b116682a7536ed694526f0e5;p=gostls13.git runtime: remove unused function declaration LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/145970043 --- diff --git a/src/runtime/mgc0.c b/src/runtime/mgc0.c index 03ca288496..54728d5ada 100644 --- a/src/runtime/mgc0.c +++ b/src/runtime/mgc0.c @@ -1263,7 +1263,6 @@ struct gc_args }; static void gc(struct gc_args *args); -static void mgc(G *gp); int32 runtime·readgogc(void)