mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 21:33:30 +02:00
Remove a bunch of lingering g_thread_init()
After this patch, there is but one remaining use of g_thread_init(), which is in tests/slice-threadinit.c, a testcase dedicated to testing the functionality of gslice across a g_thread_init() boundary. This testcase is pretty meaningless these days... probably we should delete it.
This commit is contained in:
@@ -185,8 +185,6 @@ main (int argc, char *argv[])
|
||||
gint sort_interval;
|
||||
gchar *msg G_GNUC_UNUSED;
|
||||
|
||||
g_thread_init (NULL);
|
||||
|
||||
basic_tests ();
|
||||
|
||||
PRINT_MSG (("creating async queue..."));
|
||||
|
Reference in New Issue
Block a user