dbus_connection_dispatch: remove dead code
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 26 Jan 2011 18:38:01 +0000 (18:38 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 25 May 2011 15:11:05 +0000 (16:11 +0100)
commit05f822e3fb7eaeb2801f6a7b178395937a2a20c5
treec7e51ad6318ea9496cc2222945bf58251e9d33c7
parentc84e26826e380b5899443bb22403c4fa478cb292
dbus_connection_dispatch: remove dead code

There's no way pending can be non-NULL here; if it was, we'd have jumped
straight past this block (getting filters from the connection), because
replies to pending calls don't go through filters.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33128
Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
dbus/dbus-connection.c