Drop g_thread_init from tests
[platform/upstream/glib.git] / tests / refcount / objects2.c
index b57863d..66a076b 100644 (file)
@@ -101,7 +101,6 @@ main (int argc, char **argv)
   gint i;
   GTest *test;
 
-  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 ();
@@ -113,6 +112,6 @@ main (int argc, char **argv)
   }
 
   g_print ("\n");
-  
+
   return 0;
 }