client: remove unreachable code

This commit is contained in:
Miroslav Lichvar 2015-10-01 09:26:34 +02:00
parent a9bfaf9e54
commit 01cef64070

View file

@ -2724,9 +2724,7 @@ main(int argc, char **argv)
if (!open_io())
LOG_FATAL(LOGF_Client, "Could not open connection to daemon");
if (!ret) {
;
} else if (argc > 0) {
if (argc > 0) {
ret = process_args(argc, argv, multi);
} else {
do {