Drop g_thread_fail()
authorRyan Lortie <desrt@desrt.ca>
Mon, 19 Sep 2011 04:31:33 +0000 (00:31 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:55 +0000 (16:06 -0400)
This is now unused.

glib/gthread.c

index 19dc08e..74181e0 100644 (file)
@@ -281,7 +281,6 @@ struct _GStaticPrivateNode
 };
 
 static void    g_thread_cleanup (gpointer data);
-static void    g_thread_fail (void);
 static guint64 gettime (void);
 
 guint64        (*g_thread_gettime) (void) = gettime;
@@ -1621,12 +1620,6 @@ g_thread_cleanup (gpointer data)
     }
 }
 
-static void
-g_thread_fail (void)
-{
-  g_error ("The thread system is not yet initialized.");
-}
-
 #define G_NSEC_PER_SEC 1000000000
 
 static guint64