Remove g_type_init() calls
[platform/upstream/glib.git] / gio / tests / gdbus-peer.c
index d25f9f6..0435597 100644 (file)
@@ -1801,7 +1801,6 @@ main (int   argc,
   GDBusNodeInfo *introspection_data = NULL;
   gchar *tmpdir = NULL;
 
-  g_type_init ();
   g_test_init (&argc, &argv, NULL);
 
   introspection_data = g_dbus_node_info_new_for_xml (test_interface_introspection_xml, NULL);