[evolution-groupwise] Remove g_thread_init() calls.



commit 5112d7ba44739781f8fed9ec7c44e0150ae85083
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Oct 26 15:56:13 2011 -0400

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

 src/server/soap-test.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/server/soap-test.c b/src/server/soap-test.c
index 5048b9a..7ee56f0 100644
--- a/src/server/soap-test.c
+++ b/src/server/soap-test.c
@@ -50,9 +50,6 @@ main (gint argc,
       gchar *argv[])
 {
 	g_type_init ();
-	#if !GLIB_CHECK_VERSION(2,31,0)
-	g_thread_init (NULL);
-	#endif
 
 	/* 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]