summaryrefslogtreecommitdiff
path: root/bus/driver.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-08-05 13:23:49 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-19 13:50:38 +0100
commit420c6840a3c133a189b59889f31b7a645ac43681 (patch)
tree8bf54bff5bb0578af97455e907e3651d53c0f4e7 /bus/driver.c
parent0d9a7a0f9762777fc72e02b2ab3406efda3b8e00 (diff)
downloaddbus-420c6840a3c133a189b59889f31b7a645ac43681.tar.gz
bus_driver_handle_message: remove unused label
Diffstat (limited to 'bus/driver.c')
-rw-r--r--bus/driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bus/driver.c b/bus/driver.c
index 9ecfd55f..7554d331 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -2009,7 +2009,6 @@ bus_driver_handle_message (DBusConnection *connection,
}
}
- unknown:
_dbus_verbose ("No driver handler for message \"%s\"\n",
name);