summaryrefslogtreecommitdiffstats
path: root/base/test_suite.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/test_suite.h')
-rw-r--r--base/test_suite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/test_suite.h b/base/test_suite.h
index 236c3ed..352c0b8 100644
--- a/base/test_suite.h
+++ b/base/test_suite.h
@@ -41,7 +41,6 @@ class TestSuite {
CommandLine::Init(argc, argv);
testing::InitGoogleTest(&argc, argv);
#if defined(OS_LINUX)
- g_thread_init(NULL);
gtk_init_check(&argc, &argv);
#endif
// Don't add additional code to this constructor. Instead add it to