Kaydet (Commit) 43a31e3a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin unneeded forward declarations of static functions

The file contains their definitions before they are used anyway.

Change-Id: Iaa541ec9a12e4971c0cd4ba7cfb4790d328b7b63
üst 8faf41a1
...@@ -1286,36 +1286,6 @@ SAL_CALL rtl_cache_free ( ...@@ -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) #if defined(SAL_UNX)
void SAL_CALL void SAL_CALL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment