bin/setfacl: 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 e9910377a7
commit 8312a902f9

View File

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