This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused locals in System.Data.OleDb (#42485)
* emove unused locals in System.Data.OleDband keep some logic using discard. Partially fix issue #39962 * Update src/System.Data.OleDb/src/OleDbDataReader.cs update as suggested (OleDbDataReader) Co-Authored-By: Stephen Toub <[email protected]> * Update src/System.Data.OleDb/src/OleDbTransaction.cs Done update as suggested Co-Authored-By: Stephen Toub <[email protected]> * Update src/System.Data.OleDb/src/RowBinding.cs Done update as suggested (RowDataBinding) Co-Authored-By: Stephen Toub <[email protected]> * Update src/System.Data.OleDb/src/RowBinding.cs Done as suggested Co-Authored-By: Stephen Toub <[email protected]> * Update src/System.Data.OleDb/src/SafeHandles.cs Done updating as suggested (SafeHandles) Co-Authored-By: Stephen Toub <[email protected]>
- Loading branch information
1 parent
8a6b808
commit eceea8b
Showing
7 changed files
with
4 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters