[evolution-groupwise/gnome-3-3-1: 1/2] Remove g_thread_init() calls.



commit 94be42d6585f443bc578c0a1ed4a9a49adc31a25
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Oct 26 16:24:07 2011 -0400

    Remove g_thread_init() calls.
    
    g_type_init() already calls it, and has for several GLib releases.

 src/server/soap-test.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/server/soap-test.c b/src/server/soap-test.c
index 50e375c..7ee56f0 100644
--- a/src/server/soap-test.c
+++ b/src/server/soap-test.c
@@ -50,7 +50,6 @@ main (gint argc,
       gchar *argv[])
 {
 	g_type_init ();
-	g_thread_init (NULL);
 
 	/* Hostname Eg: http(s)://domain_name:/port_number/soap */
 	if (argc != 3 && argc != 4) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]