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:
Simon McVittie 2011-01-26 18:40:49 +00:00
parent 05f822e3fb
commit 2ae391ccb3

View file

@ -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)