runtime: remove declaration of function that does not exist

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/10730045
This commit is contained in:
Ian Lance Taylor 2013-06-27 22:43:30 -07:00
parent 49b3301f4c
commit ab1270bcfc
1 changed files with 0 additions and 1 deletions

View File

@ -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*);