mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
bin/timeout: remove unreachable break after usage()
Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/872
This commit is contained in:
parent
8312a902f9
commit
4d8d9111a4
1 changed files with 0 additions and 1 deletions
|
|
@ -209,7 +209,6 @@ main(int argc, char **argv)
|
|||
case 'h':
|
||||
default:
|
||||
usage();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue