From c195bac90dffb2cea9f7040a3b75fa8a3a7e9bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 27 Aug 2008 22:49:48 +0200 Subject: [PATCH] Removed prototype for really_free_*_unlocked(), since it only exists in UNLOCKED-mode, and will be static then. Rev: src/block_alloc_h.h:1.26 --- src/block_alloc_h.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/block_alloc_h.h b/src/block_alloc_h.h index 2a46a69a93..d552253bd4 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); \ -- GitLab