mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-26 22:12:16 +01:00
Drop g_thread_fail()
This is now unused.
This commit is contained in:
@@ -281,7 +281,6 @@ struct _GStaticPrivateNode
|
|||||||
};
|
};
|
||||||
|
|
||||||
static void g_thread_cleanup (gpointer data);
|
static void g_thread_cleanup (gpointer data);
|
||||||
static void g_thread_fail (void);
|
|
||||||
static guint64 gettime (void);
|
static guint64 gettime (void);
|
||||||
|
|
||||||
guint64 (*g_thread_gettime) (void) = gettime;
|
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
|
#define G_NSEC_PER_SEC 1000000000
|
||||||
|
|
||||||
static guint64
|
static guint64
|
||||||
|
|||||||
Reference in New Issue
Block a user