aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2013-06-27 22:43:30 -0700
committerIan Lance Taylor <iant@golang.org>2013-06-27 22:43:30 -0700
commitab1270bcfc2410c8b4637a2e3b530a8f51494de1 (patch)
treedebd97ccc902435f6487db42386af5f2d3b10bbd /src
parent49b3301f4ce2a9e21ac076ed53d4bd6e775e748d (diff)
downloadgo-ab1270bcfc2410c8b4637a2e3b530a8f51494de1.tar.xz
runtime: remove declaration of function that does not exist
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10730045
Diffstat (limited to 'src')
-rw-r--r--src/pkg/runtime/proc.c1
1 files changed, 0 insertions, 1 deletions
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*);