mirror of
https://github.com/golang/go
synced 2024-11-20 03:24:41 -07:00
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 unwindstack(G*, byte*);
|
||||||
static void schedule(G*);
|
static void schedule(G*);
|
||||||
static void acquireproc(void);
|
|
||||||
static void releaseproc(void);
|
|
||||||
|
|
||||||
typedef struct Sched Sched;
|
typedef struct Sched Sched;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user