Commit 1306279c authored by Keith Randall's avatar Keith Randall

runtime: remove unused declarations.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/73720044
parent ab47497d
...@@ -73,7 +73,6 @@ enum { ...@@ -73,7 +73,6 @@ enum {
bitShift = sizeof(void*)*8/4, bitShift = sizeof(void*)*8/4,
WorkbufSize = 16*1024, WorkbufSize = 16*1024,
RootBlockSize = 4*1024,
FinBlockSize = 4*1024, FinBlockSize = 4*1024,
handoffThreshold = 4, handoffThreshold = 4,
...@@ -256,7 +255,6 @@ static Workbuf* getfull(Workbuf*); ...@@ -256,7 +255,6 @@ static Workbuf* getfull(Workbuf*);
static void putempty(Workbuf*); static void putempty(Workbuf*);
static Workbuf* handoff(Workbuf*); static Workbuf* handoff(Workbuf*);
static void gchelperstart(void); static void gchelperstart(void);
static void addfinroots(void *wbufp, void *v);
static void flushallmcaches(void); static void flushallmcaches(void);
static bool scanframe(Stkframe *frame, void *wbufp); static bool scanframe(Stkframe *frame, void *wbufp);
static void addstackroots(G *gp, Workbuf **wbufp); static void addstackroots(G *gp, Workbuf **wbufp);
......
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