1
0
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:
Dmitriy Vyukov 2014-09-22 19:51:53 -07:00
parent 5d5e73b14a
commit dcb594ec30

View File

@ -1263,7 +1263,6 @@ struct gc_args
};
static void gc(struct gc_args *args);
static void mgc(G *gp);
int32
runtime·readgogc(void)