X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgthread.c;h=74181e0465054e5d7ff4eada7a11f5352e5dc3a6;hb=9621b1093e7b745e6f8184012bc3c18ab1d261b1;hp=19dc08e7940f262d174826959a1e5b47539e7a6b;hpb=b2c1364ab29f82d863990c9b1b17abce798f9a84;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gthread.c b/glib/gthread.c index 19dc08e..74181e0 100644 --- a/glib/gthread.c +++ b/glib/gthread.c @@ -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