mirror of
https://github.com/golang/go
synced 2024-11-19 21:14:43 -07:00
runtime: remove unused declarations from mgc0.c.
R=rsc CC=golang-dev https://golang.org/cl/4252063
This commit is contained in:
parent
5c2666c18c
commit
6892155ded
@ -53,7 +53,6 @@ enum {
|
||||
static uint64 nlookup;
|
||||
static uint64 nsizelookup;
|
||||
static uint64 naddrlookup;
|
||||
static uint64 nhandoff;
|
||||
static int32 gctrace;
|
||||
|
||||
typedef struct Workbuf Workbuf;
|
||||
@ -71,10 +70,8 @@ extern byte end[];
|
||||
static G *fing;
|
||||
static Finalizer *finq;
|
||||
static int32 fingwait;
|
||||
static uint32 nfullwait;
|
||||
|
||||
static void runfinq(void);
|
||||
static bool bitlookup(void*, uintptr**, uintptr*, int32*);
|
||||
static Workbuf* getempty(Workbuf*);
|
||||
static Workbuf* getfull(Workbuf*);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user