1
0
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:
Ian Lance Taylor 2013-03-22 17:52:55 -07:00
parent fb7f217fe7
commit c90850277b

View File

@ -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.