1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-29 02:50:04 +01:00

Remove a leftover from errorcheck mutexes

This commit is contained in:
Matthias Clasen 2011-09-19 00:25:12 -04:00 committed by Ryan Lortie
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);