mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-04 16:36:17 +01: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);
|
||||
|
||||
/* A random number to recognize debug calls to g_mutex_... */
|
||||
#define G_MUTEX_DEBUG_MAGIC 0xf8e18ad7
|
||||
|
||||
/* internal function for fallback static mutex implementation */
|
||||
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user