-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Remove unused locals in System.Data.OleDb #42485
Remove unused locals in System.Data.OleDb #42485
Conversation
…card. Partially fix issue #39962
@stephentoub |
update as suggested (OleDbDataReader) Co-Authored-By: Stephen Toub <[email protected]>
Done update as suggested Co-Authored-By: Stephen Toub <[email protected]>
Done update as suggested (RowDataBinding) Co-Authored-By: Stephen Toub <[email protected]>
Done as suggested Co-Authored-By: Stephen Toub <[email protected]>
Done updating as suggested (SafeHandles) Co-Authored-By: Stephen Toub <[email protected]>
Thanks for the review and feedback! I have updated those files as suggested. |
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.
thanks!
Hello @danmosemsft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Thanks @stephentoub and @danmosemsft ! |
@eriawan thanks for the contribution -- perhaps when this code has moved to dotnet/runtime (should be open in a week or so) you'd be interested in making another contribution there. |
@danmosemsft |
@eriawan yep, please see https://github.com/dotnet/coreclr/issues/27549 |
Meantime, no reason to wait: you can look for "up for grabs" issues in this repo. We just can't merge anything for a few days. |
Remove unused locals in System.Data.OleDb and keep some logic using discard.
Partially fix issue #39962
cc @stephentoub