aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrilysh <nightquick@proton.me>2024-01-03 19:03:52 +0000
committerWarner Losh <imp@FreeBSD.org>2024-01-03 19:05:50 +0000
commit4d8d9111a4bf79c6d5b41340b47cf768f2c6d080 (patch)
treefa2b6bb8faaa2f23d9acd074c0cbbf8ff415e905 /bin
parent8312a902f98c8a1d991bcee86acbff2abc218d58 (diff)
downloadsrc-4d8d9111a4bf79c6d5b41340b47cf768f2c6d080.tar.gz
src-4d8d9111a4bf79c6d5b41340b47cf768f2c6d080.zip
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
Diffstat (limited to 'bin')
-rw-r--r--bin/timeout/timeout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/timeout/timeout.c b/bin/timeout/timeout.c
index 7de255f30150..b1c3262bf711 100644
--- a/bin/timeout/timeout.c
+++ b/bin/timeout/timeout.c
@@ -209,7 +209,6 @@ main(int argc, char **argv)
case 'h':
default:
usage();
- break;
}
}