]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove declaration of non-existent function
authorIan Lance Taylor <iant@golang.org>
Sat, 23 Mar 2013 00:52:55 +0000 (17:52 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 23 Mar 2013 00:52:55 +0000 (17:52 -0700)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/7577049

src/pkg/runtime/mcentral.c

index ac8b5aa0d4a10c967f9390d2f2455700f861d8e4..ec2a91ad5ca72ed0795f0d2121a8adbec3356f17 100644 (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.