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:
parent
c3786ca8bc
commit
e9910377a7
@ -149,7 +149,6 @@ main(int argc, char *argv[])
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
break;
|
||||
}
|
||||
argc -= optind;
|
||||
argv += optind;
|
||||
|
Loading…
Reference in New Issue
Block a user