mirror of
https://github.com/golang/go
synced 2024-11-12 06:20:22 -07:00
runtime: remove declaration of non-existent function
R=golang-dev, gri CC=golang-dev https://golang.org/cl/7577049
This commit is contained in:
parent
fb7f217fe7
commit
c90850277b
@ -19,7 +19,6 @@
|
||||
#include "malloc.h"
|
||||
|
||||
static bool MCentral_Grow(MCentral *c);
|
||||
static void* MCentral_Alloc(MCentral *c);
|
||||
static void MCentral_Free(MCentral *c, void *v);
|
||||
|
||||
// Initialize a single central free list.
|
||||
|
Loading…
Reference in New Issue
Block a user