diff options
| author | Ian Lance Taylor <iant@golang.org> | 2013-06-27 22:43:30 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2013-06-27 22:43:30 -0700 |
| commit | ab1270bcfc2410c8b4637a2e3b530a8f51494de1 (patch) | |
| tree | debd97ccc902435f6487db42386af5f2d3b10bbd /src | |
| parent | 49b3301f4ce2a9e21ac076ed53d4bd6e775e748d (diff) | |
| download | go-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.c | 1 |
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*); |
