Remove a leftover from errorcheck mutexes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Sep 2011 04:25:12 +0000 (00:25 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:55 +0000 (16:06 -0400)
glib/gthread.h

index cb6ccac..e45613e 100644 (file)
@@ -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);