mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-04 20:00:36 +01:00
dbus-send: remove minor dead code
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33128 Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
This commit is contained in:
parent
05f822e3fb
commit
2ae391ccb3
1 changed files with 1 additions and 3 deletions
|
|
@ -302,10 +302,8 @@ main (int argc, char *argv[])
|
|||
usage (1);
|
||||
else if (path == NULL)
|
||||
path = arg;
|
||||
else if (name == NULL)
|
||||
else /* name == NULL guaranteed by the 'while' loop */
|
||||
name = arg;
|
||||
else
|
||||
usage (1);
|
||||
}
|
||||
|
||||
if (name == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue