Drop g_thread_init from tests

This is not needed anymore.
This commit is contained in:
Matthias Clasen
2012-04-02 07:59:23 -04:00
parent 9ea9471d26
commit c173c0beb4
8 changed files with 2 additions and 14 deletions

View File

@@ -194,7 +194,6 @@ main (int argc, char **argv)
GArray *test_threads;
const gint n_threads = 5;
g_thread_init (NULL);
g_print ("START: %s\n", argv[0]);
g_log_set_always_fatal (G_LOG_LEVEL_WARNING | G_LOG_LEVEL_CRITICAL | g_log_set_always_fatal (G_LOG_FATAL_MASK));
g_type_init ();