mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Bug 934676 - Remove unused variable 'extracted' in ClientAuthDataRunnable::RunOnTargetThread. r=keeler
This commit is contained in:
parent
494e3f21b4
commit
a5d3b3eea3
@ -1875,7 +1875,6 @@ ClientAuthDataRunnable::RunOnTargetThread()
|
||||
mozilla::pkix::ScopedCERTCertList certList;
|
||||
CERTCertListNode* node;
|
||||
ScopedCERTCertNicknames nicknames;
|
||||
char* extracted = nullptr;
|
||||
int keyError = 0; // used for private key retrieval error
|
||||
SSM_UserCertChoice certChoice;
|
||||
int32_t NumberOfCerts = 0;
|
||||
@ -2213,9 +2212,6 @@ loser:
|
||||
done:
|
||||
int error = PR_GetError();
|
||||
|
||||
if (extracted) {
|
||||
PR_Free(extracted);
|
||||
}
|
||||
if (arena) {
|
||||
PORT_FreeArena(arena, false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user