Remove dead lines in various places

As pointed-out by clang -Wunreachable-code.

No behaviour changes.

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-02-28 16:51:06 -05:00 committed by Anthony G. Basile
parent b5f6b5410e
commit 93f976f5f6
2 changed files with 1 additions and 3 deletions

View File

@ -396,7 +396,6 @@ static int set_options(struct udev *udev,
case 'V':
printf("%i\n", VERSION);
exit(0);
break;
case 'x':
export = true;

View File

@ -499,8 +499,7 @@ static int uinfo(struct udev *udev, int argc, char *argv[])
print_record(device);
break;
default:
fprintf(stderr, "unknown query type\n");
break;
assert_not_reached("unknown query type");
}
break;
case ACTION_ATTRIBUTE_WALK: