mirror of https://github.com/golang/go.git
runtime: remove declarations of nonexistent functions
R=rsc, r CC=golang-dev https://golang.org/cl/5369089
This commit is contained in:
parent
2ba0798682
commit
3f2d787c2b
|
|
@ -13,8 +13,6 @@ bool runtime·iscgo;
|
|||
|
||||
static void unwindstack(G*, byte*);
|
||||
static void schedule(G*);
|
||||
static void acquireproc(void);
|
||||
static void releaseproc(void);
|
||||
|
||||
typedef struct Sched Sched;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue