[glib/wip/mutexes] Drop g_thread_fail()
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/mutexes] Drop g_thread_fail()
- Date: Mon, 19 Sep 2011 04:48:24 +0000 (UTC)
commit bdac4db043eacafa461a0bc30f2c475288489bb6
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Sep 19 00:31:33 2011 -0400
Drop g_thread_fail()
This is now unused.
glib/gthread.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/glib/gthread.c b/glib/gthread.c
index 1b21329..5d102f9 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]