From bef7e6d8735668eb2f545311e87edaa4723657e8 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 31 Jan 2013 10:41:56 +0200 Subject: unit: Remove obsolete g_thread_init() call --- unit/test-pacrunner.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/unit/test-pacrunner.c b/unit/test-pacrunner.c index ec63940..f9d3c86 100644 --- a/unit/test-pacrunner.c +++ b/unit/test-pacrunner.c @@ -620,9 +620,6 @@ int main(int argc, char *argv[]) if (file_path != NULL) test_path = g_get_current_dir(); - if (g_thread_supported() == FALSE) - g_thread_init(NULL); - __pacrunner_proxy_init(); __pacrunner_js_init(); __pacrunner_manual_init(); -- cgit 1.2.3-korg