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:
rilysh 2024-01-03 12:03:52 -07:00 committed by Warner Losh
parent 8312a902f9
commit 4d8d9111a4
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ main(int argc, char **argv)
case 'h':
default:
usage();
break;
}
}