Skip to content

Commit

Permalink
bin/cp: remove unreachable break
Browse files Browse the repository at this point in the history
Signed-off-by: rilysh <[email protected]>
Reviewed by: imp
Pull Request: freebsd#872
  • Loading branch information
rilysh authored and bsdimp committed Jan 3, 2024
1 parent c3786ca commit e991037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cp/cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ main(int argc, char *argv[])
break;
default:
usage();
break;
}
argc -= optind;
argv += optind;
Expand Down

0 comments on commit e991037

Please sign in to comment.