aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg')
-rw-r--r--src/pkg/runtime/mgc0.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/runtime/mgc0.c b/src/pkg/runtime/mgc0.c
index e2bf55ae53..389d0062aa 100644
--- a/src/pkg/runtime/mgc0.c
+++ b/src/pkg/runtime/mgc0.c
@@ -73,7 +73,6 @@ enum {
bitShift = sizeof(void*)*8/4,
WorkbufSize = 16*1024,
- RootBlockSize = 4*1024,
FinBlockSize = 4*1024,
handoffThreshold = 4,
@@ -256,7 +255,6 @@ static Workbuf* getfull(Workbuf*);
static void putempty(Workbuf*);
static Workbuf* handoff(Workbuf*);
static void gchelperstart(void);
-static void addfinroots(void *wbufp, void *v);
static void flushallmcaches(void);
static bool scanframe(Stkframe *frame, void *wbufp);
static void addstackroots(G *gp, Workbuf **wbufp);