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

View File

@ -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);