Commit 3f2d787c authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: remove declarations of nonexistent functions

R=rsc, r
CC=golang-dev
https://golang.org/cl/5369089
parent 2ba07986
......@@ -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;
......
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