[telepathy-glib/master] call-cancellation test: remove an unused assignment
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Dec 1 12:47:30 PST 2009
---
tests/dbus/call-cancellation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/dbus/call-cancellation.c b/tests/dbus/call-cancellation.c
index 5f66b45..94dc111 100644
--- a/tests/dbus/call-cancellation.c
+++ b/tests/dbus/call-cancellation.c
@@ -371,7 +371,7 @@ main (int argc,
k_stub = g_object_new (stub_object_get_type (), NULL);
g_message ("Starting call on k");
g_object_weak_ref (k_stub, k_stub_destroyed, &pc);
- pc = tp_cli_dbus_daemon_call_list_names (k, -1, listed_names, PTR (TEST_K),
+ tp_cli_dbus_daemon_call_list_names (k, -1, listed_names, PTR (TEST_K),
destroy_user_data, k_stub);
MYASSERT (!tp_intset_is_member (freed_user_data, TEST_K), "");
MYASSERT (!tp_intset_is_member (method_ok, TEST_K), "");
--
1.5.6.5
More information about the telepathy-commits
mailing list