From: Ian Lance Taylor Date: Fri, 28 Jun 2013 05:43:30 +0000 (-0700) Subject: runtime: remove declaration of function that does not exist X-Git-Tag: go1.2rc2~1146 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ab1270bcfc2410c8b4637a2e3b530a8f51494de1;p=gostls13.git runtime: remove declaration of function that does not exist R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10730045 --- diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c index e6844032a6..12ca09849c 100644 --- a/src/pkg/runtime/proc.c +++ b/src/pkg/runtime/proc.c @@ -87,7 +87,6 @@ static void procresize(int32); static void acquirep(P*); static P* releasep(void); static void newm(void(*)(void), P*); -static void goidle(void); static void stopm(void); static void startm(P*, bool); static void handoffp(P*);