Add a generic property test
[platform/upstream/glib.git] / gio / tests / echo-server.c
index 7e05510..7634b5b 100644 (file)
@@ -42,9 +42,6 @@ main (int argc, char *argv[])
   GOptionContext *context;
   GError *error = NULL;
 
-  g_type_init ();
-  g_thread_init (NULL);
-
   context = g_option_context_new (" - Test GSocket server stuff");
   g_option_context_add_main_entries (context, cmd_entries, NULL);
   if (!g_option_context_parse (context, &argc, &argv, &error))