summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb
diff options
context:
space:
mode:
authorjulien.pierre.bugs%sun.com <devnull@localhost>2005-04-02 05:17:27 +0000
committerjulien.pierre.bugs%sun.com <devnull@localhost>2005-04-02 05:17:27 +0000
commit2057cc625b002788818b38a5fdfc872069bde06a (patch)
treecd1628b8fab031c163f8959da5b546b364b78adf /security/nss/lib/certdb
parent2a56f722faf0e99d1cc15c2f75a7d8b090b97caf (diff)
downloadnss-hg-2057cc625b002788818b38a5fdfc872069bde06a.tar.gz
Remove unused variable
Diffstat (limited to 'security/nss/lib/certdb')
-rw-r--r--security/nss/lib/certdb/certxutl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/lib/certdb/certxutl.c b/security/nss/lib/certdb/certxutl.c
index 1f77e0db9..edc8b45bb 100644
--- a/security/nss/lib/certdb/certxutl.c
+++ b/security/nss/lib/certdb/certxutl.c
@@ -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);