diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-04-07 12:13:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-04-07 12:41:11 +0300 |
commit | 43a31e3a727760cf4cf82cdc19ca4c8dcc8a057d (patch) | |
tree | 0d7beed1e7943d80b782953a866a688f7d31e6b2 /sal | |
parent | 8faf41a1d5572f2360ac79396310b6250a470528 (diff) |
Bin unneeded forward declarations of static functions
The file contains their definitions before they are used anyway.
Change-Id: Iaa541ec9a12e4971c0cd4ba7cfb4790d328b7b63
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/alloc_cache.cxx | 30 |
1 files changed, 0 insertions, 30 deletions
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 |