mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 05:43:07 +02:00
Remove a leftover from errorcheck mutexes
This commit is contained in:
parent
cffed9a03a
commit
cebcfed783
@ -165,9 +165,6 @@ void g_thread_init (GThreadFunctions *vtable);
|
|||||||
*/
|
*/
|
||||||
gboolean g_thread_get_initialized (void);
|
gboolean g_thread_get_initialized (void);
|
||||||
|
|
||||||
/* A random number to recognize debug calls to g_mutex_... */
|
|
||||||
#define G_MUTEX_DEBUG_MAGIC 0xf8e18ad7
|
|
||||||
|
|
||||||
/* internal function for fallback static mutex implementation */
|
/* internal function for fallback static mutex implementation */
|
||||||
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user