summaryrefslogtreecommitdiff
path: root/tests/test-io-stream-cancelling.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-30 17:44:44 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-10-01 09:21:00 +0100
commit9f10231fc787e4683e896bf35f086906a5b16c03 (patch)
treec09dc39aa5f7e4b4a5ffa3ebef95ea1f5b98e9d7 /tests/test-io-stream-cancelling.c
parentdac3e280d6f3fd792f1d79313debd03c0df282c4 (diff)
downloadlibnice-9f10231fc787e4683e896bf35f086906a5b16c03.tar.gz
tests: Remove g_thread_init() calls
We depend on GLib 2.36.0; g_thread_init() has been deprecated since 2.32.0, when thread initialisation was changed to happen automatically. Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D297
Diffstat (limited to 'tests/test-io-stream-cancelling.c')
-rw-r--r--tests/test-io-stream-cancelling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-io-stream-cancelling.c b/tests/test-io-stream-cancelling.c
index 1aa87fb..d1b9a89 100644
--- a/tests/test-io-stream-cancelling.c
+++ b/tests/test-io-stream-cancelling.c
@@ -112,7 +112,6 @@ int main (void)
WSADATA w;
WSAStartup (0x0202, &w);
#endif
- g_thread_init (NULL);
l_data.cancellable = g_cancellable_new ();
l_data.blocking = FALSE;