Commit ab1270bc authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: remove declaration of function that does not exist

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/10730045
parent 49b3301f
......@@ -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*);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment