mirror of
https://github.com/golang/go
synced 2024-11-23 12:30:11 -07:00
runtime: remove unused function declaration
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/145970043
This commit is contained in:
parent
5d5e73b14a
commit
dcb594ec30
@ -1263,7 +1263,6 @@ struct gc_args
|
|||||||
};
|
};
|
||||||
|
|
||||||
static void gc(struct gc_args *args);
|
static void gc(struct gc_args *args);
|
||||||
static void mgc(G *gp);
|
|
||||||
|
|
||||||
int32
|
int32
|
||||||
runtime·readgogc(void)
|
runtime·readgogc(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user