-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Remove clone args #7910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove clone args #7910
Conversation
|
@daxian-dbw Not sure why this was there in the first place. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to get a [feature] test pass on this. Thanks.
Also, @daxian-dbw any ideas regarding Travis's question? I wonder the same thing as well...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably leave the null check in the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is c# convention that args is never null?
- args is never null - the code is not used
61de45f to
d0d0300
Compare
|
@daxian-dbw Can you confirm that we can merge? |
PR Summary
Close #7457.
The cleanup is needed after #7449 and #2538.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests