From: Ian Lance Taylor Date: Sat, 23 Mar 2013 00:52:55 +0000 (-0700) Subject: runtime: remove declaration of non-existent function X-Git-Tag: go1.1rc2~365 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c90850277b5144d967b9300a5f56f22a4e86fdf8;p=gostls13.git runtime: remove declaration of non-existent function R=golang-dev, gri CC=golang-dev https://golang.org/cl/7577049 --- diff --git a/src/pkg/runtime/mcentral.c b/src/pkg/runtime/mcentral.c index ac8b5aa0d4..ec2a91ad5c 100644 --- a/src/pkg/runtime/mcentral.c +++ b/src/pkg/runtime/mcentral.c @@ -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.