Remove g_type_init() calls
[platform/upstream/glib.git] / gio / tests / unix-fd.c
index 02a63ca..fd922c5 100644 (file)
@@ -235,8 +235,6 @@ main (int argc, char **argv)
 {
   g_test_init (&argc, &argv, NULL);
 
-  g_type_init ();
-
   g_test_add_func ("/unix-streams/file-descriptors", test_fds);
 
   return g_test_run();