Skip to content

Commit

Permalink
Remove unused local (#40967)
Browse files Browse the repository at this point in the history
issue #30457
remove unused local variable dwErrorCode at line 248
  • Loading branch information
seonyounggg authored Aug 23, 2020
1 parent 151ea24 commit 4b431b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ public ICertificatePal CopyWithPrivateKey(RSA rsa)
out keySpec,
out freeKey))
{
int dwErrorCode = Marshal.GetLastWin32Error();

// The documentation for CryptAcquireCertificatePrivateKey says that freeKey
// should already be false if "key acquisition fails", and it can be presumed
Expand Down

0 comments on commit 4b431b5

Please sign in to comment.