From 13564dd509de78a76a0dd45685acfb609d87a58b Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 5 Dec 2011 14:35:18 +0200 Subject: [PATCH] gobex: remove unused delay on test_put_req_random --- unit/test-gobex-transfer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/unit/test-gobex-transfer.c b/unit/test-gobex-transfer.c index 518fd94f9..5bdd71b93 100644 --- a/unit/test-gobex-transfer.c +++ b/unit/test-gobex-transfer.c @@ -465,7 +465,6 @@ static void test_put_req_random(void) create_endpoints(&obex, &io, SOCK_STREAM); d.obex = obex; - d.provide_delay = 200; cond = G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL; io_id = g_io_add_watch(io, cond, test_io_cb, &d); -- 2.47.3