From cebcfed78347e7f0e5853cdc192319168cd811a6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Sep 2011 00:25:12 -0400 Subject: [PATCH] Remove a leftover from errorcheck mutexes --- glib/gthread.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/glib/gthread.h b/glib/gthread.h index cb6ccacfa..e45613e99 100644 --- a/glib/gthread.h +++ b/glib/gthread.h @@ -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);