diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-28 16:51:06 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-02-28 16:51:06 -0500 |
commit | 93f976f5f6b859c42b60a027fe226a4df43da678 (patch) | |
tree | bd5b5fb607684ae70be6baf815bbfa4f0836d9c8 /src/scsi_id | |
parent | b5f6b5410e3a133b0c2942be85b1369b2b2d991b (diff) |
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>
Diffstat (limited to 'src/scsi_id')
-rw-r--r-- | src/scsi_id/scsi_id.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scsi_id/scsi_id.c b/src/scsi_id/scsi_id.c index 849453f8eb..1b6606fa0f 100644 --- a/src/scsi_id/scsi_id.c +++ b/src/scsi_id/scsi_id.c @@ -396,7 +396,6 @@ static int set_options(struct udev *udev, case 'V': printf("%i\n", VERSION); exit(0); - break; case 'x': export = true; |