diff options
Diffstat (limited to 'tests/threadpool-test.c')
-rw-r--r-- | tests/threadpool-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/threadpool-test.c b/tests/threadpool-test.c index 07420df18..71f8a68d2 100644 --- a/tests/threadpool-test.c +++ b/tests/threadpool-test.c @@ -452,8 +452,6 @@ test_check_start_and_stop (gpointer user_data) int main (int argc, char *argv[]) { - g_thread_init (NULL); - DEBUG_MSG (("Starting... (in one second)")); g_timeout_add (1000, test_check_start_and_stop, NULL); |