Skip to content
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 unused local #41226

Merged
merged 2 commits into from
Aug 24, 2020
Merged

remove unused local #41226

merged 2 commits into from
Aug 24, 2020

Conversation

seonyounggg
Copy link
Contributor

This fixes a part of #30457
In line 415, Path.GetFullPath(fileName) is just for getting exception when fileName is bad.
So, fullPath is not needed.

issue #30457
remove unused local variable fullPath at line 415
…c/System/Security/Cryptography/X509Certificates/X509Certificate2.cs

Co-authored-by: Kevin Gosse <krix33@gmail.com>
@seonyounggg
Copy link
Contributor Author

@kevingosse That would be better. Thanks!

Copy link
Member

@danmoseley danmoseley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@danmoseley danmoseley merged commit da90d08 into dotnet:master Aug 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants