1
0
mirror of https://github.com/golang/go synced 2024-11-20 05: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:
Ian Lance Taylor 2011-11-11 14:30:27 -08:00
parent 2ba0798682
commit 3f2d787c2b

View File

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