diff options
author | Colin Walters <walters@verbum.org> | 2012-10-16 10:58:08 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-16 10:58:08 -0400 |
commit | 448230b381a6ba0394962ca73f35af563b5de4c9 (patch) | |
tree | 8ff75402b252b4cbcedd1e8934df3399a5fae1cc /tools/compiler.c | |
parent | d86fc68738bb31e1ed26680ca5d1548721bc9de8 (diff) | |
download | gobject-introspection-448230b381a6ba0394962ca73f35af563b5de4c9.tar.gz |
Drop calls to g_type_init()
And bump our GLib requirement.
Diffstat (limited to 'tools/compiler.c')
-rw-r--r-- | tools/compiler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/compiler.c b/tools/compiler.c index 7e17f1bd..f8e8a90c 100644 --- a/tools/compiler.c +++ b/tools/compiler.c @@ -174,8 +174,6 @@ main (int argc, char ** argv) g_debug ("[parsing] start, %d includes", includedirs ? g_strv_length (includedirs) : 0); - g_type_init (); - if (includedirs != NULL) for (i = 0; includedirs[i]; i++) g_irepository_prepend_search_path (includedirs[i]); |