summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-21 11:45:12 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-21 11:45:13 +0100
commitb3b9fc03da4b7de2056edff25af030b9f4bd8063 (patch)
tree092badfbdf0bddcb381ddb72c7eb80fd09ed2d49 /test
parent44f2531016e55e3dbfea3bcb60ba9f679f7d4b87 (diff)
parent2829a59951304d11df0483e74ba1acdf25d50acc (diff)
downloaddbus-b3b9fc03da4b7de2056edff25af030b9f4bd8063.tar.gz
Merge branch 'more-unused-39231'
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39231 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'test')
-rw-r--r--test/dbus-daemon-eavesdrop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/dbus-daemon-eavesdrop.c b/test/dbus-daemon-eavesdrop.c
index 4f5eee26..0bd923d2 100644
--- a/test/dbus-daemon-eavesdrop.c
+++ b/test/dbus-daemon-eavesdrop.c
@@ -184,7 +184,6 @@ connect_to_bus (const gchar *address)
static DBusHandlerResult
sender_send_unicast_to_sender (Fixture *f)
{
- DBusError error = DBUS_ERROR_INIT;
DBusMessage *signal;
signal = dbus_message_new_signal (SENDER_PATH, SENDER_IFACE,
@@ -207,7 +206,6 @@ sender_send_unicast_to_sender (Fixture *f)
static DBusHandlerResult
sender_send_unicast_to_receiver (Fixture *f)
{
- DBusError error = DBUS_ERROR_INIT;
DBusMessage *signal;
signal = dbus_message_new_signal (SENDER_PATH, SENDER_IFACE, SENDER_SIGNAL_NAME);
@@ -227,7 +225,6 @@ sender_send_unicast_to_receiver (Fixture *f)
static DBusHandlerResult
sender_send_broadcast (Fixture *f)
{
- DBusError error = DBUS_ERROR_INIT;
DBusMessage *signal;
signal = dbus_message_new_signal (SENDER_PATH, SENDER_IFACE, SENDER_SIGNAL_NAME);
@@ -252,7 +249,6 @@ sender_send_broadcast (Fixture *f)
static DBusHandlerResult
sender_send_stopper (Fixture *f)
{
- DBusError error = DBUS_ERROR_INIT;
DBusMessage *signal;
signal = dbus_message_new_signal (SENDER_PATH, SENDER_IFACE, SENDER_STOPPER_NAME);