diff --git a/src/block_alloc_h.h b/src/block_alloc_h.h index 2a46a69a937dfa6926ddcf988900f4c876a1de76..d552253bd48bd94fb2fee45c3e6c270195207985 100644 --- a/src/block_alloc_h.h +++ b/src/block_alloc_h.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: block_alloc_h.h,v 1.25 2008/05/01 21:44:32 mast Exp $ +|| $Id: block_alloc_h.h,v 1.26 2008/08/27 20:49:48 grubba Exp $ */ #undef BLOCK_ALLOC @@ -23,7 +23,6 @@ #define BLOCK_ALLOC(DATA,SIZE) \ struct DATA *PIKE_CONCAT(alloc_,DATA)(void); \ void PIKE_CONCAT3(new_,DATA,_context)(void); \ -void PIKE_CONCAT3(really_free_,DATA,_unlocked)(struct DATA *d); \ void PIKE_CONCAT(really_free_,DATA)(struct DATA *d); \ void PIKE_CONCAT3(free_all_,DATA,_blocks)(void); \ void PIKE_CONCAT3(count_memory_in_,DATA,s)(size_t *num, size_t *size); \