From: Simon McVittie Date: Fri, 5 Aug 2011 12:23:49 +0000 (+0100) Subject: bus_driver_handle_message: remove unused label X-Git-Tag: dbus-1.5.8~5^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420c6840a3c133a189b59889f31b7a645ac43681;p=thirdparty%2Fdbus.git bus_driver_handle_message: remove unused label --- diff --git a/bus/driver.c b/bus/driver.c index 9ecfd55ff..7554d3318 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);