From 43a31e3a727760cf4cf82cdc19ca4c8dcc8a057d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 7 Apr 2016 12:13:45 +0300 Subject: Bin unneeded forward declarations of static functions The file contains their definitions before they are used anyway. Change-Id: Iaa541ec9a12e4971c0cd4ba7cfb4790d328b7b63 --- sal/rtl/alloc_cache.cxx | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'sal') diff --git a/sal/rtl/alloc_cache.cxx b/sal/rtl/alloc_cache.cxx index 1241f4260109..2da4a55f0ddc 100644 --- a/sal/rtl/alloc_cache.cxx +++ b/sal/rtl/alloc_cache.cxx @@ -1286,36 +1286,6 @@ SAL_CALL rtl_cache_free ( } } -/* ================================================================= * - * - * cache wsupdate (machdep) internals. - * - * ================================================================= */ - -/** rtl_cache_wsupdate_init() - * - * @precond g_cache_list.m_lock initialized - */ -static void -rtl_cache_wsupdate_init(); - -/** rtl_cache_wsupdate_wait() - * - * @precond g_cache_list.m_lock acquired - */ -static void -rtl_cache_wsupdate_wait ( - unsigned int seconds -); - -/** rtl_cache_wsupdate_fini() - * - */ -static void -rtl_cache_wsupdate_fini(); - -/* ================================================================= */ - #if defined(SAL_UNX) void SAL_CALL -- cgit