From ab1270bcfc2410c8b4637a2e3b530a8f51494de1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 Jun 2013 22:43:30 -0700 Subject: [PATCH] runtime: remove declaration of function that does not exist R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10730045 --- src/pkg/runtime/proc.c | 1 - 1 file changed, 1 deletion(-) 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*); -- 2.48.1