1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

bin/cp: remove unreachable break

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:51 -07:00 committed by Warner Losh
parent c3786ca8bc
commit e9910377a7

View File

@ -149,7 +149,6 @@ main(int argc, char *argv[])
break;
default:
usage();
break;
}
argc -= optind;
argv += optind;