diff options
author | Colin Walters <walters@verbum.org> | 2011-10-18 15:25:27 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-10-18 15:29:41 -0400 |
commit | df189c388b458475ac866715c7ff61a2d2cd7ccf (patch) | |
tree | f93f0ff6b03665d55823dfca161128d8babf50b3 /tests | |
parent | b32019da6386ec3d72f3a064e8832cfb6ceee304 (diff) | |
download | gobject-introspection-df189c388b458475ac866715c7ff61a2d2cd7ccf.tar.gz |
barapp: Don't call g_thread_init()
We don't need to, and if we wanted to, we have to link against
-lgthread.
Spotted by Rico Tzschichholz
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scanner/barapp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/scanner/barapp.c b/tests/scanner/barapp.c index de296ef4..b7ac119d 100644 --- a/tests/scanner/barapp.c +++ b/tests/scanner/barapp.c @@ -54,7 +54,6 @@ main(int argc, char **argv) return 1; } g_type_init (); - g_thread_init (NULL); if (!g_irepository_dump (argv[1] + strlen (prefix), &error)) { |