mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Remove g_type_init() calls
Very many testcases, some GLib tools (resource compiler, etc) and GApplication were calling g_type_init(). Remove those uses, as they are no longer required. https://bugzilla.gnome.org/show_bug.cgi?id=686161
This commit is contained in:
@@ -187,8 +187,6 @@ main (int argc, char **argv)
|
||||
struct rusage old_usage;
|
||||
struct rusage new_usage;
|
||||
|
||||
g_type_init ();
|
||||
|
||||
if (argc > 1)
|
||||
n_children = atoi(argv[1]);
|
||||
|
||||
|
Reference in New Issue
Block a user