GDBusMessage: fast-path encoding of fixed arrays
[platform/upstream/glib.git] / gio / tests / httpd.c
index a2325d0..41bc6c8 100644 (file)
@@ -146,8 +146,6 @@ main (int argc, char *argv[])
   GOptionContext *context;
   GError *error = NULL;
 
-  g_type_init ();
-
   context = g_option_context_new ("<http root dir> - Simple HTTP server");
   g_option_context_add_main_entries (context, cmd_entries, NULL);
   if (!g_option_context_parse (context, &argc, &argv, &error))