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:
Ryan Lortie
2013-05-30 00:04:05 -04:00
parent e66abbe2ef
commit 210b1f8b42
8 changed files with 1 additions and 18 deletions

View File

@@ -164,9 +164,6 @@ main (int argc, char *argv[])
}
#endif
#ifdef TEST_THREAD
g_thread_init (NULL);
#endif
main_loop = g_main_loop_new (NULL, FALSE);
#ifdef G_OS_WIN32