Commit c9085027 authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: remove declaration of non-existent function

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/7577049
parent fb7f217f
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment