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;