mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Remove unused variable
This commit is contained in:
parent
2145134fa6
commit
85f13422bc
@ -161,7 +161,7 @@ cert_StartExtensions(void *owner, PRArenaPool *ownerArena,
|
||||
{
|
||||
PRArenaPool *arena;
|
||||
extRec *handle;
|
||||
|
||||
|
||||
arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE);
|
||||
if ( !arena ) {
|
||||
return(0);
|
||||
@ -383,7 +383,6 @@ CERT_MergeExtensions(void *exthandle, CERTCertExtension **extensions)
|
||||
SECOidTag tag;
|
||||
extNode *node;
|
||||
extRec *handle = exthandle;
|
||||
PRBool critical;
|
||||
|
||||
if (!exthandle || !extensions) {
|
||||
PORT_SetError(SEC_ERROR_INVALID_ARGS);
|
||||
|
@ -2230,7 +2230,6 @@ PK11_FindCertFromDERCertItem(PK11SlotInfo *slot, SECItem *inDerCert,
|
||||
void *wincx)
|
||||
|
||||
{
|
||||
CERTCertificate *rvCert = NULL;
|
||||
NSSCertificate *c;
|
||||
NSSDER derCert;
|
||||
NSSToken *tok;
|
||||
|
@ -2996,7 +2996,6 @@ SEC_PKCS12DecoderIterateNext(SEC_PKCS12DecoderContext *p12dcx,
|
||||
const SEC_PKCS12DecoderItem **ipp)
|
||||
{
|
||||
sec_PKCS12SafeBag *bag;
|
||||
SECItem *tempnm;
|
||||
|
||||
if(!p12dcx || p12dcx->error) {
|
||||
PORT_SetError(SEC_ERROR_INVALID_ARGS);
|
||||
|
Loading…
Reference in New Issue
Block a user