From b9e174baec034d513f3f332d309c4e3a8ffdd403 Mon Sep 17 00:00:00 2001 From: "julien.pierre.bugs%sun.com" Date: Thu, 7 Oct 2004 03:56:37 +0000 Subject: [PATCH] Remove unused variables git-svn-id: svn://10.0.0.236/trunk@163342 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/cmd/strsclnt/strsclnt.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/security/nss/cmd/strsclnt/strsclnt.c b/mozilla/security/nss/cmd/strsclnt/strsclnt.c index 2b54d853ff9..820455ec3b8 100644 --- a/mozilla/security/nss/cmd/strsclnt/strsclnt.c +++ b/mozilla/security/nss/cmd/strsclnt/strsclnt.c @@ -901,7 +901,6 @@ StressClient_GetClientAuthData(void * arg, while (PR_TRUE) { if (Cert_And_Key && Cert_And_Key->lock) { int timeout = 0; - SECStatus rv = SECSuccess; PR_Lock(Cert_And_Key->lock); if (Cert_And_Key->cert) { @@ -928,9 +927,6 @@ StressClient_GetClientAuthData(void * arg, /* now check if those objects are valid */ if ( PR_FALSE == LoggedIn(*pRetCert, *pRetKey) ) { /* token is no longer logged in, it was removed */ - int timeout = 0; - CERTCertificate* oldcert = NULL; - SECKEYPrivateKey* oldkey = NULL; /* first, delete and clear our invalid local objects */ CERT_DestroyCertificate(*pRetCert);