[glib/wip/mutexes] Remove a leftover from errorcheck mutexes



commit 9889b7f0b8b60d461ae26688e638b12a52394ff0
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 19 00:25:12 2011 -0400

    Remove a leftover from errorcheck mutexes

 glib/gthread.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/glib/gthread.h b/glib/gthread.h
index cb6ccac..e45613e 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]