Drop an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Sep 2011 11:19:17 +0000 (07:19 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:56 +0000 (16:06 -0400)
glib/gthread.c

index a3f4b6a..2045ff0 100644 (file)
@@ -288,7 +288,6 @@ guint64        (*g_thread_gettime) (void) = gettime;
 /* Global Variables {{{1 -------------------------------------------------- */
 
 static GSystemThread zero_thread; /* This is initialized to all zero */
-gboolean g_thread_use_default_impl = TRUE;
 
 /**
  * g_thread_supported: